mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
Set BusNumber and SlotNumber in resource requirements list
svn path=/trunk/; revision=15421
This commit is contained in:
parent
e34387f9c2
commit
6261f48b99
1 changed files with 2 additions and 0 deletions
|
@ -409,6 +409,8 @@ PdoQueryResourceRequirements(
|
|||
|
||||
ResourceList->ListSize = ListSize;
|
||||
ResourceList->InterfaceType = PCIBus;
|
||||
ResourceList->BusNumber = DeviceExtension->BusNumber,
|
||||
ResourceList->SlotNumber = DeviceExtension->SlotNumber.u.AsULONG,
|
||||
ResourceList->AlternativeLists = 1;
|
||||
|
||||
ResourceList->List[0].Version = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue