summaryrefslogtreecommitdiff
path: root/src/atiident.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atiident.c')
-rw-r--r--src/atiident.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/atiident.c b/src/atiident.c
index dfbe1e7..14bd966 100644
--- a/src/atiident.c
+++ b/src/atiident.c
@@ -35,18 +35,6 @@
const char *ATIChipsetNames[] =
{
"ati",
-
-#ifndef AVOID_CPIO
-
- "ativga",
- "ibmvga",
- "ibm8514",
- "vgawonder",
- "mach8",
- "mach32",
-
-#endif /* AVOID_CPIO */
-
"mach64",
"rage128",
"radeon"
@@ -55,19 +43,6 @@ const char *ATIChipsetNames[] =
static SymTabRec ATIPublicChipsetNames[] =
{
{ATI_CHIPSET_ATI, "ati"},
-
-#ifndef AVOID_CPIO
-
- {ATI_CHIPSET_ATIVGA, "ativga"},
-#ifdef __MAYBE_NOT__
- {ATI_CHIPSET_IBMVGA, "ibmvga"},
-#endif
-#ifdef __NOT_YET__
- {ATI_CHIPSET_IBM8514, "ibm8514"},
-#endif
-
-#endif /* AVOID_CPIO */
-
{-1, NULL}
};
@@ -107,17 +82,6 @@ ATIIdentProbe
static SymTabRec SpecificNames[] =
{
-
-#ifndef AVOID_CPIO
-
- {ATI_CHIPSET_VGAWONDER, "vgawonder"},
-#ifdef __NOT_YET__
- {ATI_CHIPSET_MACH8, "mach8"},
-#endif
- {ATI_CHIPSET_MACH32, "mach32"},
-
-#endif /* AVOID_CPIO */
-
{ATI_CHIPSET_MACH64, "mach64"},
{ATI_CHIPSET_RAGE128, "rage128"},
{ATI_CHIPSET_RADEON, "radeon"},