summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-03-30 18:39:24 +0000
committermarcel <marcel@FreeBSD.org>2006-03-30 18:39:24 +0000
commita2e65a6e4e5e8e88a76a6201f07b209b04359466 (patch)
tree3c00799e67b0cee917439ee9bb0e147098590562 /sys/conf
parent11ffb007e1549b15e2bf78d86bac71a035dbfe40 (diff)
downloadFreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.zip
FreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.tar.gz
o Add scc(4) to the build.
o Add the scc(4) manpage to the build. o Update the uart(4) manpage to account for scc(4). o Update the uart(4) module build to include support for scc(4).
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/conf/files8
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0e9c754..b5cd672 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1678,6 +1678,11 @@ options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to
# Sun servers by the Remote Console.
options ALT_BREAK_TO_DEBUGGER
+# Serial Communications Controller
+# Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel
+# communications controllers.
+device scc
+
# PCI Universal Communications driver
# Supports various single and multi port PCI serial cards. Maybe later
# also the parallel ports on combination serial/parallel cards. New cards
diff --git a/sys/conf/files b/sys/conf/files
index 70a5011..dcf4495 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -823,6 +823,12 @@ dev/rp/rp_pci.c optional rp pci
dev/sab/sab.c optional sab ebus
dev/safe/safe.c optional safe
dev/sbsh/if_sbsh.c optional sbsh
+dev/scc/scc_if.m optional scc
+dev/scc/scc_bfe_ebus.c optional scc ebus
+dev/scc/scc_bfe_sbus.c optional scc sbus
+dev/scc/scc_core.c optional scc
+dev/scc/scc_dev_sab82532.c optional scc
+dev/scc/scc_dev_z8530.c optional scc
dev/scd/scd.c optional scd isa
dev/scd/scd_isa.c optional scd isa
dev/si/si.c optional si
@@ -947,6 +953,7 @@ dev/uart/uart_bus_isa.c optional uart isa
dev/uart/uart_bus_pccard.c optional uart pccard
dev/uart/uart_bus_pci.c optional uart pci
dev/uart/uart_bus_puc.c optional uart puc
+dev/uart/uart_bus_scc.c optional uart scc
dev/uart/uart_core.c optional uart
dev/uart/uart_dbg.c optional uart gdb
dev/uart/uart_dev_ns8250.c optional uart
@@ -1307,6 +1314,7 @@ kern/md4c.c optional netsmb
kern/md5c.c standard
kern/sched_4bsd.c optional sched_4bsd
kern/sched_ule.c optional sched_ule
+kern/serdev_if.m optional scc
kern/subr_autoconf.c standard
kern/subr_blist.c standard
kern/subr_bus.c standard
OpenPOWER on IntegriCloud