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/atiadapter.c | |
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/atiadapter.c')
-rw-r--r-- | src/atiadapter.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/atiadapter.c b/src/atiadapter.c index b0b55806..8a597efb 100644 --- a/src/atiadapter.c +++ b/src/atiadapter.c @@ -32,25 +32,6 @@ const char *ATIAdapterNames[] = { "Unknown", - -#ifndef AVOID_CPIO - - "ATI EGA Wonder800", - "ATI EGA Wonder800+", - "IBM VGA or compatible", - "ATI VGA Basic16", - "ATI VGA Wonder V3", - "ATI VGA Wonder V4", - "ATI VGA Wonder V5", - "ATI VGA Wonder+", - "ATI VGA Wonder XL or XL24", - "ATI VGA Wonder VLB or PCI", - "IBM 8514/A or compatible", - "ATI Mach8", - "ATI Mach32", - -#endif /* AVOID_CPIO */ - "ATI Mach64", "ATI Rage128", "ATI Radeon" |