docs/151367: [patch] Update for puc.4 man page
Joerg Niendorf
f5d10a at internode.on.net
Sun Oct 10 15:50:01 UTC 2010
>Number: 151367
>Category: docs
>Synopsis: [patch] Update for puc.4 man page
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 10 15:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Joerg Niendorf <f5d10a at internode.on.net>
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
none
>Environment:
FreeBSD fbsd.jn.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Sun Oct 10 21:44:36 EST 2010
root at fbsd.jn.local:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The puc.4 man page does not contain any references to the uart(4)
driver and the statement "...still uses the same structure to
describe the cards..." is not quite correct anymore. Please refer
to the attached diff. I think my changes/additions make sense.
Thanks.
>How-To-Repeat:
man 4 puc
>Fix:
Index: puc.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/puc.4,v
retrieving revision 1.5
diff -u -r1.5 puc.4
--- puc.4 24 Jan 2008 12:09:59 -0000 1.5
+++ puc.4 10 Oct 2010 10:34:31 -0000
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/puc.4,v 1.5 2008/01/24 12:09:59 marck Exp $
.\"
-.Dd January 24, 2008
+.Dd October 10, 2010
.Dt PUC 4
.Os
.Sh NAME
@@ -36,10 +36,12 @@
.Cd "device pci"
.Cd "device puc"
.Cd "device sio"
+.Cd "device uart"
.Cd "device ppc"
.Sh DESCRIPTION
This driver acts as a shim to connect PCI serial and parallel ports to the
-.Xr sio 4
+.Xr sio 4 ,
+.Xr uart 4
and
.Xr ppc 4
driver.
@@ -49,13 +51,18 @@
Support for new cards should be added there.
.Sh SEE ALSO
.Xr ppc 4 ,
-.Xr sio 4
+.Xr sio 4 ,
+.Xr uart 4
.Sh HISTORY
This driver took the idea from the
.Nx
.Xr puc 4
-driver and still uses the same structure to describe cards, to ease exchanging
-card info.
+driver and still uses a similar structure to describe cards, to ease exchanging
+card info. The
+.Xr puc 4
+driver was rewritten by
+.An Marcel Moolenaar Aq marcel at FreeBSD.org
+in 2006.
.Sh BUGS
Only serial ports are supported through the
.Xr sio 4
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list