aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-19 15:25:49 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-09-19 15:25:49 +0000
commit6a796ce0a15c7fbf2b936b9859e4869cfd6c228c (patch)
treee1d8d866dedc47bfc4ca5c02fc6192a26bf120d9 /sys/conf
parent77509afdf34774f22c3e0dca52fefa2c656237c7 (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/options.i3863
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a75c0a148ac7..4e09a864e913 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.365 1997/09/14 21:45:01 jmg Exp $
+# $Id: LINT,v 1.366 1997/09/16 07:45:31 joerg 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
@@ -860,6 +860,10 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
# higher priority console). This replaces the COMCONSOLE option.
# 0x40 reserve this unit for low level console operations. Do not
#
+# PnP `flags' (set via userconfig using pnp x flags y)
+# 0x1 disable probing of this device. Used to prevent your modem
+# from being attached as a PnP modem.
+#
# Options for serial drivers that support consoles (only for sio now):
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
@@ -870,6 +874,7 @@ options CONSPEED=9600 #default speed for serial console (default 9600)
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
+options "EXTRA_SIO=2" #number of extra sio ports to allocate
# Other flags for sio that aren't documented in the man page.
# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index f696dfafb796..44e71d0670c3 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.58 1997/09/04 23:03:11 yokota Exp $
+# $Id: options.i386,v 1.59 1997/09/16 07:45:33 joerg Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -23,6 +23,7 @@ CONUNIT opt_defunct.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
+EXTRA_SIO opt_sio.h
I586_CTR_GUPROF opt_i586_guprof.h
I586_PMC_GUPROF opt_i586_guprof.h
FAT_CURSOR opt_pcvt.h