SetPciMaxBusIndex

This function sets the maximum PCI bus index (0-255) to scan. This value is used by FindPciDeviceById and FindPciDeviceByClass.

Syntax

VOID SetPciMaxBusNo(
    BYTE max
);

Parameters

Return Values

None

Remarks

Default value is 255.

Requirements