From 8f93614b09b945a31f4d411c1b37ffbeb127f78f Mon Sep 17 00:00:00 2001 From: mjacob Date: Mon, 27 Dec 1999 08:47:11 +0000 Subject: [PATCH] Add in missing ENABLE TARGET MODE opcode. --- sys/dev/isp/ispmbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index c86c1e1ba50..b77d761f51b 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -113,6 +113,8 @@ #define FW_FEATURE_LVD_NOTIFY 0x2 #define FW_FEATURE_FAST_POST 0x1 +#define MBOX_ENABLE_TARGET_MODE 0x55 + /* These are for the ISP2100 FC cards */ #define MBOX_GET_LOOP_ID 0x20 #define MBOX_EXEC_COMMAND_IOCB_A64 0x54 -- 2.45.2