TRAN_BUS_RESET(9E) | Driver Entry Points | TRAN_BUS_RESET(9E) |
#include <sys/scsi/scsi.h> int prefix tran_bus_reset(dev_info_t *hba_dip, int level);
level
tran_bus_reset() must reset the SCSI bus without resetting targets.
level will be one of the following:
RESET_BUS
Implementation is hardware specific. If it is not possible to reset the SCSI bus without changing the state and operating mode of the targets, the HBA driver should not initialize this vector or return failure.
1
0
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
March 17, 1999 | OmniOS |