Report the PCI bus type as PCIBus instead of Internal.

svn path=/trunk/; revision=17453
This commit is contained in:
Filip Navara 2005-08-20 23:50:06 +00:00
parent 7677f95c2c
commit d08bee5539

View file

@ -293,7 +293,7 @@ DetectPciBios(FRLDRHKEY SystemKey, ULONG *BusNumber)
/* Initialize resource descriptor */
memset(FullResourceDescriptor, 0, Size);
FullResourceDescriptor->InterfaceType = Internal;
FullResourceDescriptor->InterfaceType = PCIBus;
FullResourceDescriptor->BusNumber = 0;
FullResourceDescriptor->PartialResourceList.Count = 0;