diff options
author | Dave Airlie <airliedfreedesktop.org> | 2004-12-08 06:15:01 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2004-12-08 06:15:01 +0000 |
commit | 23b033ad28331e40287ab8b5c9150bc6be5c608f (patch) | |
tree | 187c1d942cd620b7b533d727b92cee24f3c422d8 /src/glx/mini/driver.h | |
parent | e1b4fec71c1a22ea7415a115700802a93b52fcc7 (diff) |
From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>
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.
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r-- | src/glx/mini/driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |