aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-20 05:27:59 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-20 05:27:59 +0000
commit96b89afc1dd2820b0cca82c90effd47d6bb43fd7 (patch)
tree3b6498fd6daf4e83f4e5f19292b84e455eb0cf44 /sys/conf/NOTES
parent548af2789b088978aeba2066dcfa26897bb113d1 (diff)
downloadsrc-96b89afc1dd2820b0cca82c90effd47d6bb43fd7.tar.gz
src-96b89afc1dd2820b0cca82c90effd47d6bb43fd7.zip
Disabled option SMP_TIMER_NC. It now conflicts with a default "option".
Moved description of sio 16650A flag to the sio section and rewrote the description. It was in the generic console flags section. Added undocumented options CPU_UPGRADE_HW_CACHE and WLDEBUG.
Notes
Notes: svn path=/head/; revision=27532
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d4a588670107..19555b171681 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.350 1997/07/08 15:39:29 ache Exp $
+# $Id: LINT,v 1.351 1997/07/17 06:01:10 dyson 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
@@ -104,8 +104,6 @@ options NINTR=25 # number of INTs
# 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
@@ -834,7 +832,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
# 0x20 force this unit to be the console (unless there is another
# higher priority console). This replaces the COMCONSOLE option.
# 0x40 reserve this unit for low level console operations. Do not
-# 0x20000 supports 16650 type devices with hardware RTS/CTS && larger buffers.
#
# Options for serial drivers that support consoles (only for sio now):
@@ -847,6 +844,10 @@ options COM_ESP #code for Hayes ESP
options COM_MULTIPORT #code for some cards with shared IRQs
options DSI_SOFT_MODEM #code for DSI Softmodems
+# Other flags for sio that aren't documented in the man page.
+# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
+# ST16650A-compatible UARTs.
+
#
# Network interfaces: `cx', `ed', `el', `ep', `ie', `is', `le', `lnc'
#
@@ -1203,6 +1204,7 @@ options "CLK_USE_I8254_CALIBRATION"
options "CLK_USE_I586_CALIBRATION"
options CLUSTERDEBUG
options COMPAT_LINUX
+options CPU_UPGRADE_HW_CACHE
options DEBUG
options DEVFS_ROOT
options "EXT2FS"
@@ -1249,3 +1251,4 @@ options SHMSEG=9
options SI_DEBUG
options SIMPLELOCK_DEBUG
options SPX_HACK
+options WLDEBUG