aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispmbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
-rw-r--r--sys/dev/isp/ispmbox.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index ac4613c39a5aa..6204f46fd8317 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -641,9 +641,11 @@ typedef struct isp_icb {
#define ICBXOPT_RIO_OFF 0
#define ICBXOPT_RIO_16BIT 1
#define ICBXOPT_RIO_32BIT 2
-#define ICBXOPT_RIO_16BIT_DELAY 3
-#define ICBXOPT_RIO_32BIT_DELAY 4
+#define ICBXOPT_RIO_16BIT_IOCB 3
+#define ICBXOPT_RIO_32BIT_IOCB 4
+#define ICBZOPT_ENA_RDXFR_RDY 0x01
+#define ICBZOPT_ENA_OOF (1 << 6) /* out of order frame handling */
/* These 3 only apply to the 2300 */
#define ICBZOPT_RATE_ONEGB (MBGSD_ONEGB << 14)
#define ICBZOPT_RATE_TWOGB (MBGSD_TWOGB << 14)