BOOLEAN
HwScsiResetBus(
IN PVOID DeviceExtension,
IN ULONG PathId
);
HwScsiResetBus resets a given SCSI bus.
If the bus is successfully reset, HwScsiResetBus returns TRUE.
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.