diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 00:19:15 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:19 +0200 |
commit | 0abcb2b2c84a50e64bb6aa9e94760659ecf33add (patch) | |
tree | 754e64a8a051f23d17e5e06099d0131fa2b4f2e8 /src/aticonsole.c | |
parent | 817b4b5338dba4d8eb862f1f79ef0edb75aad7f4 (diff) |
Clean pATI->Adapter and pATI->VGAAdapter.
- cull (pATI->Adapter != ATI_ADAPTER_MACH64)
- treat pATI->VGAAdapter as Bool
Diffstat (limited to 'src/aticonsole.c')
-rw-r--r-- | src/aticonsole.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/aticonsole.c b/src/aticonsole.c index 4a7ed1d..033b1e7 100644 --- a/src/aticonsole.c +++ b/src/aticonsole.c @@ -29,7 +29,6 @@ #endif #include "ati.h" -#include "atiadapter.h" #include "aticonsole.h" #include "aticrtc.h" #include "atii2c.h" @@ -129,22 +128,8 @@ ATISetDPMSMode pATI = ATIPTR(pScreenInfo); - switch (pATI->Adapter) { - case ATI_ADAPTER_MACH64: ATIMach64SetDPMSMode(pScreenInfo, pATI, DPMSMode); - break; - - default: - -#ifndef AVOID_CPIO - - /* Assume EGA/VGA */ - ATIVGASetDPMSMode(pATI, DPMSMode); - -#endif /* AVOID_CPIO */ - - break; } } |