diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-02-07 10:30:59 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-02-07 10:30:59 +0000 |
| commit | d85f27ce7fc1a9c4a739c4c923355e113d6513d9 (patch) | |
| tree | 7f31e2d89bbe4ba52188d812145abd9d72c7b585 | |
| parent | 4102d44b77c477613ed3bf6e352bd1ed6215b763 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aac/aacvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h index 377e78f7f51b..a094f8b39f6b 100644 --- a/sys/dev/aac/aacvar.h +++ b/sys/dev/aac/aacvar.h @@ -58,7 +58,7 @@ */ #define AAC_FIB_COUNT (PAGE_SIZE/sizeof(struct aac_fib)) #define AAC_PREALLOCATE_FIBS 128 -#define AAC_MAX_FIBS (512 - AAC_FIB_COUNT) +#define AAC_MAX_FIBS 512 /* * The controller reports status events in AIFs. We hang on to a number of |
