summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_ioctl.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2002-02-17 06:38:22 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2002-02-17 06:38:22 +0000
commitb8941882486a72a0423ad430031e1e6d86a1dec8 (patch)
tree4b5809d88934000efd29f4627f9c755121e85b54 /sys/dev/isp/isp_ioctl.h
parent3f02619fb8269109235e362cab48c982756ae9d1 (diff)
Notes
Diffstat (limited to 'sys/dev/isp/isp_ioctl.h')
-rw-r--r--sys/dev/isp/isp_ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h
index 61f921b8c8bf..d3af96ff6706 100644
--- a/sys/dev/isp/isp_ioctl.h
+++ b/sys/dev/isp/isp_ioctl.h
@@ -101,3 +101,9 @@ typedef struct {
#define ISP_GET_STATS _IOR(ISP_IOC, 6, isp_stats_t)
#define ISP_CLR_STATS _IO(ISP_IOC, 7)
+
+/*
+ * Get F/W crash dump
+ */
+#define ISP_GET_FW_CRASH_DUMP _IOR(ISP_IOC, 10, void *)
+#define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11)