aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2002-08-17 17:19:29 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2002-08-17 17:19:29 +0000
commitbd3f1cd53ba580bf78add3b791eb35596bc898f2 (patch)
tree2b3517ef49fe00af4ee40fb031a7a93cf42dbb89 /sys/dev/isp/ispmbox.h
parente347e2c9b44630fd5dd2ff95fa0feb944ff72857 (diff)
downloadsrc-bd3f1cd53ba580bf78add3b791eb35596bc898f2.tar.gz
src-bd3f1cd53ba580bf78add3b791eb35596bc898f2.zip
Add ICBXOPT_ZIO definition.
Notes
Notes: svn path=/head/; revision=102013
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 8dcef10fc820..5fee105d32f1 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -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 */