diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-29 04:25:02 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-07-29 04:25:02 +0000 |
| commit | 210b8f077d35d45483e3eac0d03a6f9e9f768177 (patch) | |
| tree | 1158a5c3afae166519a43269d2726fcfe51b4b6e /sys/dev/isp | |
| parent | c4bffcd1a06159258761b9cf84fd59ee26b772e6 (diff) | |
Notes
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 6241f16504e6..8dcef10fc820 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 |
