summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-08-26 19:44:39 +0000
committerjhb <jhb@FreeBSD.org>2011-08-26 19:44:39 +0000
commit904cb55f96f0682d2bf92e8dc29ef61406bb8002 (patch)
tree0663c9fffd54ff41bfb6ae5e1cbccdce8ae2a678
parentf687a7bf6f36dabd655e27e31d4b0d5cccbee5b8 (diff)
downloadFreeBSD-src-904cb55f96f0682d2bf92e8dc29ef61406bb8002.zip
FreeBSD-src-904cb55f96f0682d2bf92e8dc29ef61406bb8002.tar.gz
- Replace references to sio(4) with uart(4) instead.
- We no longer use the same data structure in as NetBSD in pucdata.c. - ppc(4) has had a puc(4) attachment for a while now. Approved by: re (blackend) MFC after: 3 days
-rw-r--r--share/man/man4/puc.413
1 files changed, 4 insertions, 9 deletions
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4
index 36e8bb4..34880cd 100644
--- a/share/man/man4/puc.4
+++ b/share/man/man4/puc.4
@@ -35,11 +35,11 @@ Communications driver
.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.
@@ -49,14 +49,9 @@ The list of supported devices is in
Support for new cards should be added there.
.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.
+driver.
OpenPOWER on IntegriCloud