From: Filip Navara Date: Sat, 20 Aug 2005 23:50:06 +0000 (+0000) Subject: Report the PCI bus type as PCIBus instead of Internal. X-Git-Tag: ReactOS-0.2.8~952 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d08bee553937f13aa1fc22725e35a2392a524fb0 Report the PCI bus type as PCIBus instead of Internal. svn path=/trunk/; revision=17453 --- diff --git a/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c b/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c index 07bc17bfca0..04f3e811c96 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/hwpci.c @@ -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;