diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-01-03 20:43:22 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-01-03 20:43:22 +0000 |
| commit | 2903b27203209c8b6e46bd877b6fc7c9b28a81ea (patch) | |
| tree | 432d531bd42c741928abf5d6937ced643130d219 /sys/dev/isp/ispmbox.h | |
| parent | 7855d28a287dc0aee3f85df9eb5d5a9197ab2391 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 6 |
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) |
