summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_ioctl.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-08-04 20:14:03 +0000
committermjacob <mjacob@FreeBSD.org>2006-08-04 20:14:03 +0000
commit9594cc01412b1b24a82ba7a885ca4deab53d8a2f (patch)
tree4374492224a31f4689b20728122a59fe52020366 /sys/dev/isp/isp_ioctl.h
parent4fa533ec15c745ebfe63163e48fd911d2ff9675d (diff)
downloadFreeBSD-src-9594cc01412b1b24a82ba7a885ca4deab53d8a2f.zip
FreeBSD-src-9594cc01412b1b24a82ba7a885ca4deab53d8a2f.tar.gz
Rename ioctl driven task management functions so they
don't collide with task management definitions on other platforms.
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 d1f3f67..75ca406 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)
OpenPOWER on IntegriCloud