--- tdfx_vars.h.old Sun Aug 6 20:44:05 2000 +++ tdfx_vars.h Sun Aug 6 20:52:44 2000 @@ -56,9 +56,8 @@ #define PCI_REVISION_ID_FREEBSD 0x8 #define PCI_BASE_ADDRESS_0_FREEBSD 0x10 #define PCI_BASE_ADDRESS_1_FREEBSD 0x14 -#define PCI_PRIBUS_FREEBSD 0x18 -#define PCI_IOBASE_0_FREEBSD 0x2c -#define PCI_IOLIMIT_0_FREEBSD 0x30 +#define PCI_IOBASE_0_FREEBSD 0x18 +#define PCI_ROM_BASE_FREEBSD 0x30 #define SST1_PCI_SPECIAL1_FREEBSD 0x40 #define SST1_PCI_SPECIAL2_FREEBSD 0x44 #define SST1_PCI_SPECIAL3_FREEBSD 0x48 @@ -89,7 +88,7 @@ int vendor; int type; int addr0, addr1; - short pio0, pio0max; + int pio0; unsigned char bus; unsigned char dv; struct file *curFile;