diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c b/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c index aade63de4..e1ef5dbe5 100644 --- a/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c +++ b/xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c,v 3.2 1999/11/19 13:54:14 hohndel Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/SuperProbe/GLINT.c,v 3.3 2000/08/11 17:27:12 dawes Exp $ */ /* * (c) Copyright 1993,1994 by Dirk Hohndel <hohndel@xfree86.org> * @@ -30,11 +30,7 @@ #define PCI_EN 0x80000000 -#ifdef PC98 -static Word Ports[] = {0xCF8, 0xCF9, 0xCFC, 0x000 }; -#else static Word Ports[] = {0xCF8, 0xCFA, 0xCFC, 0x000 }; -#endif #define NUMPORTS (sizeof(Ports)/sizeof(Word)) |