BOOLEAN
HwScsiResetBus(
IN PVOID DeviceExtension,
IN ULONG PathId
);
HwScsiResetBus resets a given SCSI bus.
Parameters
DeviceExtension
Points to the miniport driver’s per-HBA storage area.
PathId
Identifies the SCSI bus to be reset.
Return Value
If the bus is successfully reset, HwScsiResetBus returns TRUE.
Comments
HwScsiResetBus can be called even if the miniport driver is not ready for another request. The miniport driver should complete all pending requests and must reset the given bus.
HwScsiResetBus need not call ScsiPortNotification to indicate that the bus was reset.
See Also