- Assign a proper InterfaceType to the resource descriptor. Fixes assert when using VMWare video driver.

Approved by hpoussin.

svn path=/trunk/; revision=25125
This commit is contained in:
Aleksey Bragin 2006-12-11 17:31:04 +00:00
parent 37d0a75dc4
commit 1a86140ef5

View file

@ -705,7 +705,7 @@ PdoQueryResources(
RtlZeroMemory(ResourceList, ListSize);
ResourceList->Count = 1;
ResourceList->List[0].InterfaceType = PCIConfiguration;
ResourceList->List[0].InterfaceType = PCIBus;
ResourceList->List[0].BusNumber = DeviceExtension->PciDevice->BusNumber;
PartialList = &ResourceList->List[0].PartialResourceList;