Deleted Added
full compact
NOTES (61640) NOTES (61649)
1#
2# DOCS -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
1#
2# DOCS -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hints.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# $FreeBSD: head/sys/conf/NOTES 61640 2000-06-13 22:28:50Z peter $
11# $FreeBSD: head/sys/conf/NOTES 61649 2000-06-14 06:41:33Z ps $
12#
13
14#
15# This directive is mandatory; it defines the architecture to be
16# configured for; in this case, the 386 family based IBM-PC and
17# compatibles.
18#
19machine i386

--- 1217 unchanged lines hidden (view full) ---

1237# from being attached as a PnP modem.
1238#
1239
1240# Options for serial drivers that support consoles (only for sio now):
1241options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
1242 #DDB, if available.
1243options CONSPEED=9600 #default speed for serial console (default 9600)
1244
12#
13
14#
15# This directive is mandatory; it defines the architecture to be
16# configured for; in this case, the 386 family based IBM-PC and
17# compatibles.
18#
19machine i386

--- 1217 unchanged lines hidden (view full) ---

1237# from being attached as a PnP modem.
1238#
1239
1240# Options for serial drivers that support consoles (only for sio now):
1241options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
1242 #DDB, if available.
1243options CONSPEED=9600 #default speed for serial console (default 9600)
1244
1245# Solaris implements a new BREAK which is initiated by a character
1246# sequence CR ~ ^b which is similar to a familiar pattern used on
1247# Sun servers by the Remote Console.
1248options ALT_BREAK_TO_DEBUGGER
1249
1245# Options for sio:
1246options COM_ESP #code for Hayes ESP
1247options COM_MULTIPORT #code for some cards with shared IRQs
1248
1249# Other flags for sio that aren't documented in the man page.
1250# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
1251# ST16650A-compatible UARTs.
1252

--- 1266 unchanged lines hidden ---
1250# Options for sio:
1251options COM_ESP #code for Hayes ESP
1252options COM_MULTIPORT #code for some cards with shared IRQs
1253
1254# Other flags for sio that aren't documented in the man page.
1255# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
1256# ST16650A-compatible UARTs.
1257

--- 1266 unchanged lines hidden ---