diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-06-18 04:44:41 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-06-18 04:44:41 +0000 |
| commit | d22fcb6b75b20ad38ca8daaebf2b6a9e5f1a5bbb (patch) | |
| tree | 469acd4e53c830f9dc6f229bb28b87e6ac54a795 /sys/dev/isp | |
| parent | e6e799d2bcfb72538ef34b831560b435bb5658a8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 874814ebc51c8..76854b54d6474 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 */ /* |
