HwResetBus


BOOLEAN HwResetBus(DeviceExtention, PathId)
IN PVOID  DeviceExtension;
IN ULONG  PathId;

Must reset a SCSI bus. The miniport should complete all pending requests.

DeviceExtension

Points to the HBA miniport driver's storage for adapter data.

PathId

Supplies the path ID of the SCSI bus to be reset.

This function can be called even if the miniport driver is not ready for another request. The miniport does not have to send notification that the bus was reset.

See also ScsiPortCompleteRequest, ScsiPortNotification