summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-05-31 18:55:02 +0000
committermsmith <msmith@FreeBSD.org>2000-05-31 18:55:02 +0000
commita83c5343195d25ecb414aba30696b9fc3d9bd46b (patch)
treec7b27d0b2d2d26d16db8aa331d7dff71a49d55d6 /sys
parentd6748db09b7bc8d98cd006726333dfd4cd03a040 (diff)
downloadFreeBSD-src-a83c5343195d25ecb414aba30696b9fc3d9bd46b.zip
FreeBSD-src-a83c5343195d25ecb414aba30696b9fc3d9bd46b.tar.gz
Bump the default NBUS value to 8, in lieu of actually sizing it
dynamically. Too many systems have more than 4 busses now.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/mpapic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/mpapic.h b/sys/i386/include/mpapic.h
index dba4054..9f20892 100644
--- a/sys/i386/include/mpapic.h
+++ b/sys/i386/include/mpapic.h
@@ -34,7 +34,7 @@
/* number of busses */
#if !defined(NBUS)
-# define NBUS 4
+# define NBUS 8
#endif /* NBUS */
/* total number of APIC INTs, including SHARED INTs */
OpenPOWER on IntegriCloud