summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-04-18 06:37:34 +0200
committerLuc Verhaegen <libv@skynet.be>2006-04-18 06:37:34 +0200
commit63c0072cae31f25012adc8092877a7f701b1c92b (patch)
treee88d82b522c72b15f1e12b85c4a00aeb324760f1
parent01ccfe2d302e5a63adc2ede998fe83829852e259 (diff)
ATI_BUS_PCI was altered, so stop using it to interprete GX/CX bus type.
-rw-r--r--src/atipreinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atipreinit.c b/src/atipreinit.c
index e57d075..c3d547e 100644
--- a/src/atipreinit.c
+++ b/src/atipreinit.c
@@ -321,7 +321,7 @@ Mach64BusType(ATIPtr pATI)
case PCI_CHIP_MACH64CX:
#ifndef AVOID_CPIO
pATI->BusType = GetBits(inr(CONFIG_STATUS64_0), CFG_BUS_TYPE);
- if (pATI->BusType != ATI_BUS_PCI)
+ if (pATI->BusType != 7)
xf86DrvMsg(pATI->scrnIndex, X_WARNING,
"Mach64 GX/CX claims not to be a PCI device.\n");
#else