More implement of PciScanBus, now read hack flags from table (PciGetHAckFlags), and...
authorevb <evb@svn.reactos.org>
Sat, 17 Jul 2010 15:09:19 +0000 (15:09 +0000)
committerevb <evb@svn.reactos.org>
Sat, 17 Jul 2010 15:09:19 +0000 (15:09 +0000)
commit7ebde38343d997435fe3fb1c798717ca5a91f6ab
tree6111f209b9c1fa12318e47771421fe2a0a63a67d
parent11006f580c941159c2008023036e57de5c6b19a5
More implement of PciScanBus, now read hack flags from table (PciGetHAckFlags), and check for critical device (PciIsCriticalDeviceClass) and VGA device on PCI bridge
Do check for skipping some function (double decker ghost, Intel Alder SMP Pentium Pro machine, hacl flag, more), PciSkipThisfunction
Do check for PDO already exist for function (PciFindPdoByFunction)
Finish impement PciFindParentPciFdoExtension

svn path=/trunk/; revision=48098
reactos/drivers/bus/pcix/enum.c
reactos/drivers/bus/pcix/fdo.c
reactos/drivers/bus/pcix/pci.h
reactos/drivers/bus/pcix/utils.c