From d22fcb6b75b20ad38ca8daaebf2b6a9e5f1a5bbb Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 18 Jun 2000 04:44:41 +0000 Subject: [PATCH] add "disable autodisconnect" flags --- sys/dev/isp/isp_target.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 874814ebc51..76854b54d64 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 */ /*