From 0322f8f8f79b7a7c43ee2492593df61a2c74e338 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 16 Jun 2002 04:53:26 +0000 Subject: Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines. MFC after: 1 week --- sys/dev/isp/ispmbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/isp/ispmbox.h') diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 6241f16504e64..8dcef10fc8206 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 -- cgit v1.3