From 8e62a8ac99b80a912b05e2482839532b9be38fbd Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 29 Oct 2005 02:46:59 +0000 Subject: Add an ioctl framework for doing FC task management functions from a user space tool- useful for doing FC target mode certification. --- sys/dev/isp/ispmbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/isp/ispmbox.h') diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 4834fd32c79b..b810faaa6344 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -143,6 +143,7 @@ #define MBOX_SEND_CHANGE_REQUEST 0x0070 #define MBOX_FABRIC_LOGOUT 0x0071 #define MBOX_INIT_LIP_LOGIN 0x0072 +#define MBOX_LUN_RESET 0x007E #define MBOX_DRIVER_HEARTBEAT 0x005B #define MBOX_FW_HEARTBEAT 0x005C -- cgit v1.3