diff options
author | cm136836 <none@none> | 2007-03-15 17:39:49 -0700 |
---|---|---|
committer | cm136836 <none@none> | 2007-03-15 17:39:49 -0700 |
commit | 02bd0b0935cbd7d2a63acdaa7ad2264ff5ec383d (patch) | |
tree | d0646d87e5f4f1f9ba5214bc79af011e81b623dc /usr/src/uts/common/sys/scsi | |
parent | 2419d3ccfc5bcec9fd8e74cbab2662623d6a5f10 (diff) | |
download | illumos-gate-02bd0b0935cbd7d2a63acdaa7ad2264ff5ec383d.tar.gz |
6437354 PRout failed after 16 retries causing server not to online path when controller is online.
Diffstat (limited to 'usr/src/uts/common/sys/scsi')
-rw-r--r-- | usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h b/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h index 5be9bc402b..47bc3398d3 100644 --- a/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h +++ b/usr/src/uts/common/sys/scsi/adapters/scsi_vhci.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -605,6 +605,7 @@ struct scsi_failover_ops { #define SCSI_SENSE_INACTIVE 4 #define SCSI_SENSE_UNKNOWN 5 #define SCSI_SENSE_STATE_CHANGED 6 +#define SCSI_SENSE_NOT_READY 7 /* vhci_intr action codes */ #define JUST_RETURN 0 |