puc(4) man page update?
Alexey Shuvaev
shuvaev at physik.uni-wuerzburg.de
Tue Jul 1 21:39:00 UTC 2008
On Tue, Jul 01, 2008 at 11:30:05PM +0200, Alexey Shuvaev wrote:
>
> Attached is updated patch to puc man page.
> Don't know if it is really worthwhile.
>
It seems I should go sleep now :)
-------------- next part --------------
--- /usr/src/share/man/man4/puc.4 2008-01-24 13:09:59.000000000 +0100
+++ man4/puc.4 2008-07-01 23:23:42.000000000 +0200
@@ -35,28 +35,32 @@
.Sh SYNOPSIS
.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 uart 4
and
.Xr ppc 4
-driver.
+drivers.
.Pp
The list of supported devices is in
.Pa sys/dev/puc/pucdata.c .
Support for new cards should be added there.
+.Pp
+As
+.Xr uart 4
+and
+.Xr ppc 4
+are children of
+.Xr puc 4
+they all should be either compiled into the kernel or loaded as a modules.
.Sh SEE ALSO
.Xr ppc 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.
-.Sh BUGS
-Only serial ports are supported through the
-.Xr sio 4
-driver at the moment.
More information about the freebsd-current
mailing list