summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-02-07 10:30:59 +0000
committerscottl <scottl@FreeBSD.org>2004-02-07 10:30:59 +0000
commit6480ab2343a81ebdbdd73ae15902b2422ac7d1b2 (patch)
tree7f31e2d89bbe4ba52188d812145abd9d72c7b585 /sys/dev/aac
parentcb43214a58384d696bfbaf96212f199d82642c3f (diff)
downloadFreeBSD-src-6480ab2343a81ebdbdd73ae15902b2422ac7d1b2.zip
FreeBSD-src-6480ab2343a81ebdbdd73ae15902b2422ac7d1b2.tar.gz
Remove the hack of lowering AAC_MAX_FIB now that the root cause of the
problem was found.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aacvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h
index 377e78f..a094f8b 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
OpenPOWER on IntegriCloud