diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-04 21:44:10 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-04-04 21:44:10 +0000 |
| commit | 8055acd82dd3b1becdbdb7b1a04e9323a99a4817 (patch) | |
| tree | 634f3c3406017304f358e11b5d454c734aee29ba /sys/dev | |
| parent | 56f7a63a7a9c3c15238556210d7f6ab56b67501b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index ce2fe06c68e05..8d01c61fc4a98 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -109,6 +109,9 @@ #define MBOX_ENABLE_TARGET_MODE 0x55 #define ENABLE_TARGET_FLAG 0x8000 +#define ENABLE_TQING_FLAG 0x0004 +#define ENABLE_MANDATORY_DISC 0x0002 +#define MBOX_GET_TARGET_STATUS 0x56 /* These are for the ISP2100 FC cards */ #define MBOX_GET_LOOP_ID 0x20 @@ -482,6 +485,16 @@ typedef struct { #endif /* + * About Firmware returns an 'attribute' word in mailbox 6. + */ +#define ISP_FW_ATTR_TMODE 0x01 +#define ISP_FW_ATTR_SCCLUN 0x02 +#define ISP_FW_ATTR_FABRIC 0x04 +#define ISP_FW_ATTR_CLASS2 0x08 +#define ISP_FW_ATTR_FCTAPE 0x10 +#define ISP_FW_ATTR_IP 0x20 + +/* * FC (ISP2100) specific data structures */ |
