summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_target.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-06-18 04:44:41 +0000
committermjacob <mjacob@FreeBSD.org>2000-06-18 04:44:41 +0000
commit9dcc007b30361e22dbaf67a5f34cc380387b2981 (patch)
treec064e9582ea9fc8e1457fb784ef62b80c7583037 /sys/dev/isp/isp_target.h
parent50292152fb9f2e1921b51b8c1c0c5ca9465ff700 (diff)
downloadFreeBSD-src-9dcc007b30361e22dbaf67a5f34cc380387b2981.zip
FreeBSD-src-9dcc007b30361e22dbaf67a5f34cc380387b2981.tar.gz
add "disable autodisconnect" flags
Diffstat (limited to 'sys/dev/isp/isp_target.h')
-rw-r--r--sys/dev/isp/isp_target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index 874814e..76854b5 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -71,6 +71,7 @@ typedef struct {
*/
#define LUN_TQAE 0x00000001 /* bit1 Tagged Queue Action Enable */
#define LUN_DSSM 0x01000000 /* bit24 Disable Sending SDP Message */
+#define LUN_DISAD 0x02000000 /* bit25 Disable autodisconnect */
#define LUN_DM 0x40000000 /* bit30 Disconnects Mandatory */
/*
OpenPOWER on IntegriCloud