diff options
author | mjacob <mjacob@FreeBSD.org> | 2002-06-16 04:53:26 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2002-06-16 04:53:26 +0000 |
commit | f02d3e0eeb3c06faf48a1da6f7be3fcc4cd19004 (patch) | |
tree | e54c5cb67618df8fa3cb8b0b582547e9b4f42363 /sys/dev/isp | |
parent | bcf9304591298c524b3cc7c441c040d3a3db97f2 (diff) | |
download | FreeBSD-src-f02d3e0eeb3c06faf48a1da6f7be3fcc4cd19004.zip FreeBSD-src-f02d3e0eeb3c06faf48a1da6f7be3fcc4cd19004.tar.gz |
Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.
MFC after: 1 week
Diffstat (limited to 'sys/dev/isp')
-rw-r--r-- | sys/dev/isp/ispmbox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 6241f16..8dcef10 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -141,6 +141,9 @@ #define MBOX_FABRIC_LOGOUT 0x0071 #define MBOX_INIT_LIP_LOGIN 0x0072 +#define MBOX_DRIVER_HEARTBEAT 0x005B +#define MBOX_FW_HEARTBEAT 0x005C + #define MBOX_GET_SET_DATA_RATE 0x005D /* 23XX only */ #define MBGSD_GET_RATE 0 #define MBGSD_SET_RATE 1 @@ -800,6 +803,7 @@ typedef struct { #define FC4_IP 5 /* ISO/EEC 8802-2 LLC/SNAP "Out of Order Delivery" */ #define FC4_SCSI 8 /* SCSI-3 via Fivre Channel Protocol (FCP) */ +#define FC4_FC_SVC 0x20 /* Fibre Channel Services */ #define SNS_GA_NXT 0x100 #define SNS_GPN_ID 0x112 |