diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2002-08-17 17:41:27 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2002-08-17 17:41:27 +0000 |
commit | 4acec7da8145fe418698a1b8dbcbecc4bf536d32 (patch) | |
tree | 8a12b350457622200da76472f2504cf4c3aef792 /sys | |
parent | e5f8516465c24cea0a94b56837e0f24c8f8049b1 (diff) |
Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ispmbox.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/ispmbox.h b/sys/dev/ic/ispmbox.h index 65f7cae12d4..78e64b57c10 100644 --- a/sys/dev/ic/ispmbox.h +++ b/sys/dev/ic/ispmbox.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ispmbox.h,v 1.17 2002/05/17 01:34:58 mjacob Exp $ */ +/* $OpenBSD: ispmbox.h,v 1.18 2002/08/17 17:41:26 mjacob Exp $ */ /* * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. * @@ -648,6 +648,7 @@ typedef struct isp_icb { #define ICBXOPT_RIO_32BIT 2 #define ICBXOPT_RIO_16BIT_IOCB 3 #define ICBXOPT_RIO_32BIT_IOCB 4 +#define ICBXOPT_ZIO 5 #define ICBZOPT_ENA_RDXFR_RDY 0x01 #define ICBZOPT_ENA_OOF (1 << 6) /* out of order frame handling */ @@ -803,6 +804,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 |