diff options
author | lh195018 <none@none> | 2007-08-02 19:52:58 -0700 |
---|---|---|
committer | lh195018 <none@none> | 2007-08-02 19:52:58 -0700 |
commit | 03509b53a806cb39ca94c9a1c00f1c6405321554 (patch) | |
tree | 1f08ffd3d9dd79607b8163f1f445b2b6af181db2 /usr/src/uts/common/sys/scsi | |
parent | 37774979c2601819ef2cdb4ae1469d9111ccf52b (diff) | |
download | illumos-gate-03509b53a806cb39ca94c9a1c00f1c6405321554.tar.gz |
6426973 Transport rejected fatal error occurred during Volume Copy/SnapShot and sysReboot test - LPE1100x
6459489 (TD_IOP210) (AM3-QLA2342) I/O fails after the host side cable is pulled.
Diffstat (limited to 'usr/src/uts/common/sys/scsi')
-rw-r--r-- | usr/src/uts/common/sys/scsi/targets/sddef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/scsi/targets/sddef.h b/usr/src/uts/common/sys/scsi/targets/sddef.h index 62d651b5e3..76b14b381a 100644 --- a/usr/src/uts/common/sys/scsi/targets/sddef.h +++ b/usr/src/uts/common/sys/scsi/targets/sddef.h @@ -1322,6 +1322,7 @@ struct sd_xbuf { short xb_retry_count; short xb_victim_retry_count; short xb_ua_retry_count; /* unit_attention retry counter */ + short xb_nr_retry_count; /* not ready retry counter */ /* * Various status and data used when a RQS command is run on |