diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-12-27 14:50:48 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:17 +0200 |
commit | 5fa77f2d122e7267911a15235338d8d3f9eece2e (patch) | |
tree | 0545a3c4ab44a6cad521c49de276513d48c9d9ae /src/atichip.h | |
parent | 1b2a9e1735da63bbb8cb41939668f789cee22579 (diff) |
Drop probing for VGA, VGAWonder, 8514, Mach32.
- ChipHasSUBSYS_CNTL
- Coprocessor
- SharedAccelerator
- SharedVGA <=> (VGAAdapter != ATI_ADAPTER_NONE)
Diffstat (limited to 'src/atichip.h')
-rw-r--r-- | src/atichip.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/atichip.h b/src/atichip.h index ee3e0cf..1b7ca2f 100644 --- a/src/atichip.h +++ b/src/atichip.h @@ -136,12 +136,6 @@ typedef enum extern const char *ATIFoundryNames[]; -#ifndef AVOID_CPIO - -extern void ATIMach32ChipID(ATIPtr); - -#endif /* AVOID_CPIO */ - extern void ATIMach64ChipID(ATIPtr, const CARD16); extern ATIChipType ATIChipID(const CARD16, const CARD8); |