From a2e65a6e4e5e8e88a76a6201f07b209b04359466 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 30 Mar 2006 18:39:24 +0000 Subject: 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). --- share/man/man4/Makefile | 1 + share/man/man4/uart.4 | 38 ++++++++++++++++++++++++-------------- 2 files changed, 25 insertions(+), 14 deletions(-) (limited to 'share') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0191dbe..89d4e87 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -267,6 +267,7 @@ MAN= aac.4 \ sbp.4 \ sbp_targ.4 \ sbsh.4 \ + scc.4 \ sched_4bsd.4 \ sched_ule.4 \ screen.4 \ diff --git a/share/man/man4/uart.4 b/share/man/man4/uart.4 index e5db313..0099baf 100644 --- a/share/man/man4/uart.4 +++ b/share/man/man4/uart.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 25, 2003 +.Dd March 29, 2006 .Dt UART 4 .Os .\" @@ -38,6 +38,9 @@ .Pp .Cd "device puc" .Cd "device uart" +.Pp +.Cd "device scc" +.Cd "device uart" .\" .Sh DESCRIPTION The @@ -51,15 +54,21 @@ driver. The primary support for devices that contain multiple serial interfaces or that contain other functionality besides one or more serial interfaces is provided by the -.Xr puc 4 -device driver. +.Xr puc 4 , +or +.Xr scc 4 +device drivers. However, the serial interfaces of those devices that are managed by the -.Xr puc 4 -driver are controlled by the +.Xr puc 4 , +or +.Xr scc 4 +driver are each independently controlled by the .Nm driver. As such, the -.Xr puc 4 +.Xr puc 4 , +or +.Xr scc 4 driver provides umbrella functionality for the .Nm driver and hides the complexities that are inherent when elementary components @@ -112,13 +121,11 @@ driver supports the following classes of UARTs: .Bl -bullet -compact .It NS8250: standard hardware based on the 8250, 16450, 16550, 16650, 16750 or -the 16950 UARTs -.It -SAB82532: Siemens SAB 82532 based serial communications controllers in -asynchronous mode. +the 16950 UARTs. .It -Z8530: Zilog 8530 based serial communications controllers in asynchronous -mode. +SCC: serial communications controllers supported by the +.Xr scc 4 +device driver. .El .\" .Sh FILES @@ -136,7 +143,8 @@ for callout ports corresponding callout initial-state and lock-state devices .El .Sh SEE ALSO -.Xr puc 4 +.Xr puc 4 , +.Xr scc 4 .\" .Sh HISTORY The @@ -144,5 +152,7 @@ The device driver first appeared in .Fx 5.2 . .Sh AUTHORS -This manual page was written by +The +.Nm +device driver and this manual page were written by .An Marcel Moolenaar Aq marcel@xcllnt.net . -- cgit v1.1