summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-01 00:14:39 +0000
committerbde <bde@FreeBSD.org>1997-07-01 00:14:39 +0000
commitb3ce2e3adeca223584bbadd65001b1de830a2b18 (patch)
tree9d1a1630a0bebb75d173a95e471ca70362813938 /sys/conf/NOTES
parent7250af086e13f0dd103c806c49f7d7d7c6d310bb (diff)
downloadFreeBSD-src-b3ce2e3adeca223584bbadd65001b1de830a2b18.zip
FreeBSD-src-b3ce2e3adeca223584bbadd65001b1de830a2b18.tar.gz
Enabled some SMP options. LINT is for testing that all code compiles
cleanly, so only negative options should be commented out. Options should have non-default values.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index daa21b4..d2e36f5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.347 1997/06/27 13:46:09 kato Exp $
+# $Id: LINT,v 1.348 1997/06/30 14:37:38 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -88,11 +88,11 @@ config kernel root on wd0 dumps on wd0
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
-# Optional, these are the defaults:
-#options NCPU=2 # number of CPUs
-#options NBUS=4 # number of busses
-#options NAPIC=1 # number of IO APICs
-#options NINTR=24 # number of INTs
+# Optional, these are the defaults plus 1:
+options NCPU=3 # number of CPUs
+options NBUS=5 # number of busses
+options NAPIC=2 # number of IO APICs
+options NINTR=25 # number of INTs
#
# Rogue SMP hardware:
@@ -104,6 +104,8 @@ options APIC_IO # Symmetric (APIC) I/O
# SuperMicro P6DNE:
#options SMP_TIMER_NC # 8254 NOT connected to APIC
+options SMP_TIMER_NC
+
# Bridged PCI cards:
#
# The MP tables of most of the current generation MP motherboards
OpenPOWER on IntegriCloud