From 5a58c93e46fd297fcc485d7e50c373916a2c6dfd Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Tue, 24 Nov 2009 16:53:57 +0100 Subject: [PATCH] --- yaml --- r: 173740 b: refs/heads/master c: 0a55256d158c18e4821c248a295b7f8f4423660f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/scsi/fc/fc_fcp.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7e6dd990e45e..91aced8e1209 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63e27fb80c2010678681cef7b528ab8af3624fe9 +refs/heads/master: 0a55256d158c18e4821c248a295b7f8f4423660f diff --git a/trunk/include/scsi/fc/fc_fcp.h b/trunk/include/scsi/fc/fc_fcp.h index 29ecb0b02b09..747e2c7d88d6 100644 --- a/trunk/include/scsi/fc/fc_fcp.h +++ b/trunk/include/scsi/fc/fc_fcp.h @@ -83,6 +83,8 @@ struct fcp_cmnd32 { * fc_tm_flags - task management flags field. */ #define FCP_TMF_CLR_ACA 0x40 /* clear ACA condition */ +#define FCP_TMF_TGT_RESET 0x20 /* target reset task management, + deprecated as of FCP-3 */ #define FCP_TMF_LUN_RESET 0x10 /* logical unit reset task management */ #define FCP_TMF_CLR_TASK_SET 0x04 /* clear task set */ #define FCP_TMF_ABT_TASK_SET 0x02 /* abort task set */