More PciScanBus codes now to check saved PCI BIOS config header saved in registry...
authorevb <evb@svn.reactos.org>
Sat, 17 Jul 2010 16:53:18 +0000 (16:53 +0000)
committerevb <evb@svn.reactos.org>
Sat, 17 Jul 2010 16:53:18 +0000 (16:53 +0000)
commit54dcdffd9e856445eae28d124d962fda46892954
tree982dc9cae3383658526bebdd2db78d1882d589a6
parent693551c36a3da3c871366982f6049d4e69c7b3a1
More PciScanBus codes now to check saved PCI BIOS config header saved in registry (PciGetBiosConfig, PciSaveBiosConfig) and support load save compare (PcipIsSameDevice) if change in interrupt line
Also for interrupt line use HAL to get parent bus IRQ# if device connected (PciGetAdjustedInterruptLine)
For PCI debug HW PciIsDeviceOnDebugPath to detect, but have not real machine with this kind of device to test
Support PCI_HACK_NO_SUBSYSTEM and PCI_HACK_NO_SUBSYSTEM/REVISION_AFTER_D3 for when compareing
New config function required PciWriteDeviceConfig to update IRQ line from BIOS registry data
Save initial, current Command enables to PDO extension, interrupt data too

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