summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-08-16 17:26:03 +0000
committermjacob <mjacob@FreeBSD.org>2001-08-16 17:26:03 +0000
commit6599cbcf86427906dcc46f66e6e48d6d694f9a23 (patch)
treeb550816f5c0f49ce782098ab9ffad32614349d2d /sys/dev/isp/ispmbox.h
parent0fa99292336e18bd38aad9cc31021c9567172ae9 (diff)
downloadFreeBSD-src-6599cbcf86427906dcc46f66e6e48d6d694f9a23.zip
FreeBSD-src-6599cbcf86427906dcc46f66e6e48d6d694f9a23.tar.gz
Add more MBOX and ASYNC event defines.
MFC after: 2 weeks
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 c08659c..67c830d 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
OpenPOWER on IntegriCloud