summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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