Report the PCI bus type as PCIBus instead of Internal.
authorFilip Navara <filip.navara@gmail.com>
Sat, 20 Aug 2005 23:50:06 +0000 (23:50 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sat, 20 Aug 2005 23:50:06 +0000 (23:50 +0000)
svn path=/trunk/; revision=17453

reactos/boot/freeldr/freeldr/arch/i386/hwpci.c

index 07bc17b..04f3e81 100644 (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;