summaryrefslogtreecommitdiff
path: root/src/savage_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/savage_driver.h')
-rw-r--r--src/savage_driver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h
index 760faf0..cd1d71f 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -263,7 +263,6 @@ typedef struct _Savage {
int Chipset;
int ChipId;
int ChipRev;
- int IsPCI;
vbeInfoPtr pVbe;
int EntityIndex;
int ShadowCounter;
@@ -335,6 +334,8 @@ typedef struct _Savage {
void (*GetQuiescence)(ScrnInfoPtr pScrn);
#endif
+ Bool IsPCI;
+ Bool AgpDMA;
int agpMode;
drmSize agpSize;
FBLinearPtr reserved;