mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
Report the PCI bus type as PCIBus instead of Internal.
svn path=/trunk/; revision=17453
This commit is contained in:
parent
7677f95c2c
commit
d08bee5539
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ DetectPciBios(FRLDRHKEY SystemKey, ULONG *BusNumber)
|
||||||
|
|
||||||
/* Initialize resource descriptor */
|
/* Initialize resource descriptor */
|
||||||
memset(FullResourceDescriptor, 0, Size);
|
memset(FullResourceDescriptor, 0, Size);
|
||||||
FullResourceDescriptor->InterfaceType = Internal;
|
FullResourceDescriptor->InterfaceType = PCIBus;
|
||||||
FullResourceDescriptor->BusNumber = 0;
|
FullResourceDescriptor->BusNumber = 0;
|
||||||
FullResourceDescriptor->PartialResourceList.Count = 0;
|
FullResourceDescriptor->PartialResourceList.Count = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue