diff options
Diffstat (limited to 'sys/dev/ic/amireg.h')
-rw-r--r-- | sys/dev/ic/amireg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index bd333549210..739b5d8a010 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.4 2003/06/02 19:24:22 mickey Exp $ */ +/* $OpenBSD: amireg.h,v 1.5 2004/12/26 00:11:24 marco Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -36,10 +36,11 @@ #define AMI_BIG_MAX_SPANDEPTH 8 #define AMI_BIG_MAX_DEVDEPTH 32 -#define AMI_MAXCMDS 120 /* theoretical limit is 255 */ +#define AMI_MAXCMDS 126 /* theoretical limit is 250 */ #define AMI_SECTOR_SIZE 512 #define AMI_MAXOFFSETS 26 #define AMI_SGEPERCMD 32 /* to prevent page boundary crossing */ +#define AMI_MAX_BUSYWAIT 10 /* wait up to 10 usecs */ #define AMI_MAXFER (AMI_MAXOFFSETS * PAGE_SIZE) |