From 23b033ad28331e40287ab8b5c9150bc6be5c608f Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 8 Dec 2004 06:15:01 +0000 Subject: From: Stephane Marchesin Attached is a patch that adds pci init code for mesa solo on radeon. It's been tested on an itanium 2 with a radeon 7000 and it works here. The patch adds a new field in the miniglx.conf config file, to choose between pci and agp. --- src/glx/mini/driver.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/glx/mini/driver.h') diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h index 7bf4b86812..6ce339d98d 100644 --- a/src/glx/mini/driver.h +++ b/src/glx/mini/driver.h @@ -67,7 +67,8 @@ typedef struct DRIDriverContextRec { int bpp; int cpp; int agpmode; - + int isPCI; + unsigned long FBStart; /**< \brief physical address of the framebuffer */ unsigned long MMIOStart; /**< \brief physical address of the MMIO region */ -- cgit v1.2.3