diff options
author | marcel <marcel@FreeBSD.org> | 2006-03-30 18:39:24 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-03-30 18:39:24 +0000 |
commit | a2e65a6e4e5e8e88a76a6201f07b209b04359466 (patch) | |
tree | 3c00799e67b0cee917439ee9bb0e147098590562 /share | |
parent | 11ffb007e1549b15e2bf78d86bac71a035dbfe40 (diff) | |
download | FreeBSD-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 'share')
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/uart.4 | 38 |
2 files changed, 25 insertions, 14 deletions
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 . |