summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/NOTES
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-07-29 18:38:54 +0000
committermarcel <marcel@FreeBSD.org>2006-07-29 18:38:54 +0000
commit7067faff1677051a8f1f2ec6ce9e1950a5efd8e2 (patch)
treee5d9ee734e6304e75849d24288612db4c93e7ccd /sys/pc98/conf/NOTES
parent7c73bda70debcf8150ce3b032dd3e1117ea47c53 (diff)
downloadFreeBSD-src-7067faff1677051a8f1f2ec6ce9e1950a5efd8e2.zip
FreeBSD-src-7067faff1677051a8f1f2ec6ce9e1950a5efd8e2.tar.gz
Remove sio(4) and related options from MI files to amd64, i386
and pc98 MD files. Remove nodevice and nooption lines specific to sio(4) from ia64, powerpc and sparc64 NOTES. There were no such lines for arm yet. sio(4) is usable on less than half the platforms, not counting a future mips platform. Its presence in MI files is therefore increasingly becoming a burden.
Diffstat (limited to 'sys/pc98/conf/NOTES')
-rw-r--r--sys/pc98/conf/NOTES38
1 files changed, 38 insertions, 0 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 9e017cc..1bc2ba1 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -214,6 +214,44 @@ options CLK_USE_I8254_CALIBRATION
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
+#
+# sio: serial ports (see sio(4)), including support for various
+# PC Card devices, such as Modem and NICs (see etc/defaults/pccard.conf)
+#
+device sio
+hint.sio.0.at="isa"
+hint.sio.0.port="0x3F8"
+hint.sio.0.flags="0x10"
+hint.sio.0.irq="4"
+
+# `flags' specific to sio(4).
+# 0x10 enable console support for this unit. Other console flags
+# (if applicable) are ignored unless this is set. Enabling
+# console support does not make the unit the preferred console.
+# Boot with -h or set boot_serial=YES in the loader. For sio(4)
+# specifically, the 0x20 flag can also be set (see above).
+# Currently, at most one unit can have console support; the
+# first one (in config file order) with this flag set is
+# preferred. Setting this flag for sio0 gives the old behaviour.
+# 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
+# access the device in any normal way.
+# 0x80 use this port for serial line gdb support in ddb. Also known
+# as debug port.
+# PnP `flags'
+# 0x1 disable probing of this device. Used to prevent your modem
+# from being attached as a PnP modem.
+# 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.
+
+# Options for sio:
+options COM_ESP # Code for Hayes ESP.
+options COM_MULTIPORT # Code for some cards with shared IRQs.
+options CONSPEED=115200 # Speed for serial console
+ # (default 9600).
+
device speaker #Play IBM BASIC-style noises out your speaker
hint.speaker.0.at="isa"
hint.speaker.0.port="0x35"
OpenPOWER on IntegriCloud