aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_ioctl.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-08-04 20:14:03 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-08-04 20:14:03 +0000
commitf0f536d1aec2e5e9e81de1bf696c6d306e5c92fe (patch)
tree4374492224a31f4689b20728122a59fe52020366 /sys/dev/isp/isp_ioctl.h
parent7f113673dfe9e1b497fc47466d572e4485809a38 (diff)
Notes
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
-rw-r--r--sys/dev/isp/isp_ioctl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h
index d1f3f6754f0c..75ca4064cd4e 100644
--- a/sys/dev/isp/isp_ioctl.h
+++ b/sys/dev/isp/isp_ioctl.h
@@ -188,7 +188,11 @@ struct isp_fc_tsk_mgmt {
uint32_t loopid; /* 0..255 */
uint32_t lun;
enum {
- CLEAR_ACA, TARGET_RESET, LUN_RESET, CLEAR_TASK_SET, ABORT_TASK_SET
+ IPT_CLEAR_ACA,
+ IPT_TARGET_RESET,
+ IPT_LUN_RESET,
+ IPT_CLEAR_TASK_SET,
+ IPT_ABORT_TASK_SET
} action;
};
#define ISP_TSK_MGMT _IOWR(ISP_IOC, 97, struct isp_fc_tsk_mgmt)