Report the PCI bus type as PCIBus instead of Internal.
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c
--- trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c 2005-08-20 19:04:38 UTC (rev 17452) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c 2005-08-20 23:50:06 UTC (rev 17453) @@ -293,7 +293,7 @@
/* Initialize resource descriptor */ memset(FullResourceDescriptor, 0, Size);
- FullResourceDescriptor->InterfaceType = Internal;
+ FullResourceDescriptor->InterfaceType = PCIBus;
FullResourceDescriptor->BusNumber = 0; FullResourceDescriptor->PartialResourceList.Count = 0;