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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/savage_driver.h b/src/savage_driver.h
index cd1d71f..2a04a53 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -293,8 +293,11 @@ typedef struct _Savage {
unsigned long cobIndex; /* size index */
unsigned long cobSize; /* size in bytes */
unsigned long cobOffset; /* offset in frame buffer */
- unsigned long bciThresholdLo; /* low and hight thresholds for */
+ unsigned long bciThresholdLo; /* low and high thresholds for */
unsigned long bciThresholdHi; /* shadow status update (32bit words) */
+ unsigned long bciUsedMask; /* BCI entries used mask */
+ unsigned int eventStatusReg; /* Status register index that holds
+ * event counter 0. */
/* Support for DGA */
int numDGAModes;