aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-08-16 17:26:03 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-08-16 17:26:03 +0000
commitdda035d1fcfad2463fee12cae5a585ab211ef53b (patch)
treeb550816f5c0f49ce782098ab9ffad32614349d2d /sys/dev/isp/ispmbox.h
parentbe534d5f1a67256e143a6e0504f1a96d7c1b3dd9 (diff)
downloadsrc-dda035d1fcfad2463fee12cae5a585ab211ef53b.tar.gz
src-dda035d1fcfad2463fee12cae5a585ab211ef53b.zip
Add more MBOX and ASYNC event defines.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=81792
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index c08659c1cab6..67c830d08dc8 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -114,7 +114,10 @@
/* These are for the ISP2100 FC cards */
#define MBOX_GET_LOOP_ID 0x20
+#define MBOX_GET_FIRMWARE_OPTIONS 0x28
+#define MBOX_SET_FIRMWARE_OPTIONS 0x38
#define MBOX_GET_RESOURCE_COUNT 0x42
+#define MBOX_ENHANCED_GET_PDB 0x47
#define MBOX_EXEC_COMMAND_IOCB_A64 0x54
#define MBOX_INIT_FIRMWARE 0x60
#define MBOX_GET_INIT_CONTROL_BLOCK 0x61
@@ -181,6 +184,7 @@ typedef struct {
#define ASYNC_LOOP_RESET 0x8013
#define ASYNC_PDB_CHANGED 0x8014
#define ASYNC_CHANGE_NOTIFY 0x8015
+#define ASYNC_LIP_F8 0x8016
#define ASYNC_CMD_CMPLT 0x8020
#define ASYNC_CTIO_DONE 0x8021
#define ASYNC_IP_XMIT_DONE 0x8022