diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-12-27 21:16:18 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-21 19:42:08 +0200 |
commit | 55423b33f01fd7123aaa5b3c8054d17c63a3bf02 (patch) | |
tree | 17a7e4c4ad3b62a6d8461ff1a187a37754970d54 /src/atibus.h | |
parent | a1a5881191f04bd6c4e24f08b61a70ab4e54d91f (diff) |
Keep PCI mach64 only, drop:
- Chip < ATI_CHIP_88800GXC
- Chipset != ATI_CHIPSET_ATI
- Adapter != ATI_ADAPTER_MACH64
- depth < 8
Diffstat (limited to 'src/atibus.h')
-rw-r--r-- | src/atibus.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/atibus.h b/src/atibus.h index b719702a..a02d8c5f 100644 --- a/src/atibus.h +++ b/src/atibus.h @@ -38,13 +38,6 @@ */ typedef enum { - ATI_BUS_ISA = 0, - ATI_BUS_EISA, - ATI_BUS_MCA16, - ATI_BUS_MCA32, - ATI_BUS_SXLB, - ATI_BUS_DXLB, - ATI_BUS_VLB, ATI_BUS_PCI, ATI_BUS_AGP } ATIBusType; |