X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fdrv%2Fpci.c;h=e09d61dc36b76f56c0a42c8dc7c0c24029f5feee;hb=deb8a310abcb8ef8b6afef74a1fa058777740b3f;hp=1812a54bb1a0b9ec52230c599b87bd4f4c3127be;hpb=3eda048b245c585598778c0120f16e6938648f8c;p=tpg%2Facess2.git diff --git a/Kernel/drv/pci.c b/Kernel/drv/pci.c index 1812a54b..e09d61dc 100644 --- a/Kernel/drv/pci.c +++ b/Kernel/drv/pci.c @@ -177,7 +177,7 @@ int PCI_ScanBus(int BusID) // Maybe bit 23 must be set for the device to be valid? // - Actually, maybe 23 means that there are sub-functions if(fcn == 0) { - if( !(devInfo.ConfigCache[3] & 0x800000) ) + if( !(devInfo.ConfigCache[3] & 0x00800000) ) break; } }