diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-06 20:41:18 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2001-10-06 20:41:18 +0000 |
| commit | cd37f56f5aa08c4c89c4343f61dfa352a8a24446 (patch) | |
| tree | ec22d733afad162bf3b4ca586b8a059927bac7bc /sys/dev/isp/ispmbox.h | |
| parent | 3bd40330104c4f69c3dfaf12449427e8eb1e7afb (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp/ispmbox.h')
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index ec724b99db18e..78ef00d11be5b 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -662,9 +662,9 @@ typedef struct isp_icb { #define ICBXOPT_RIO_32BIT_DELAY 4 /* These 3 only apply to the 2300 */ -#define ICBXOPT_RATE_ONEGB (MBGSD_ONEGB << 14) -#define ICBXOPT_RATE_TWOGB (MBGSD_TWOGB << 14) -#define ICBXOPT_RATE_AUTO (MBGSD_AUTO << 14) +#define ICBZOPT_RATE_ONEGB (MBGSD_ONEGB << 14) +#define ICBZOPT_RATE_TWOGB (MBGSD_TWOGB << 14) +#define ICBZOPT_RATE_AUTO (MBGSD_AUTO << 14) #define ICB_MIN_FRMLEN 256 |
