mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[VIDEOPRT]
- Check all PCI buses not just the first 8 svn path=/trunk/; revision=54236
This commit is contained in:
@@ -411,7 +411,7 @@ IntVideoPortFindAdapter(
|
||||
{
|
||||
ULONG BusNumber, MaxBuses;
|
||||
|
||||
MaxBuses = DeviceExtension->AdapterInterfaceType == PCIBus ? 8 : 1;
|
||||
MaxBuses = DeviceExtension->AdapterInterfaceType == PCIBus ? PCI_MAX_BRIDGE_NUMBER : 1;
|
||||
|
||||
for (BusNumber = 0; BusNumber < MaxBuses; BusNumber++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user