summaryrefslogtreecommitdiffstats
path: root/share/man/man4/puc.4
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2003-08-01 02:25:32 +0000
committerambrisko <ambrisko@FreeBSD.org>2003-08-01 02:25:32 +0000
commita1fbadfb8de71f817a03707900a9eac99e29c781 (patch)
treece3aeb2c6adcbd20da5149ad5af2127c6bcdb54c /share/man/man4/puc.4
parent631df8957ef156c0ebf5aed2eeafe277cb1ee093 (diff)
downloadFreeBSD-src-a1fbadfb8de71f817a03707900a9eac99e29c781.zip
FreeBSD-src-a1fbadfb8de71f817a03707900a9eac99e29c781.tar.gz
Add printer support to puc(4) driver.
- Move isa/ppc* to sys/dev/ppc (repo-copy) - Add an attachment method to ppc for puc - In puc we need to walk the chain of parents. Still to do, is to make ppc(4) & puc(4) work on other platforms. Testers wanted. PR: 38372 (in spirit done differently) Verified by: Make universe (if I messed up a platform please fix)
Diffstat (limited to 'share/man/man4/puc.4')
-rw-r--r--share/man/man4/puc.49
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/puc.4 b/share/man/man4/puc.4
index 8947ab6..ff698b7 100644
--- a/share/man/man4/puc.4
+++ b/share/man/man4/puc.4
@@ -36,10 +36,13 @@ Communications driver
.Cd "device pci"
.Cd "device puc"
.Cd "device sio"
+.Cd "device ppc"
.Cd "options PUC_FASTINTR"
.Sh DESCRIPTION
-This driver acts as a shim to connect PCI serial ports to the
+This driver acts as a shim to connect PCI serial and parallel ports to the
.Xr sio 4
+and
+.Xr ppc 4
driver.
.Pp
The list of supported devices is in
@@ -57,6 +60,7 @@ errors.
It cannot be used if the interrupt is shared.
.Sh SEE ALSO
.Xr sio 4
+.Xr ppc 4
.Sh HISTORY
This driver took the idea from the
.Nx
@@ -67,6 +71,3 @@ card info.
Only serial ports are supported through the
.Xr sio 4
driver at the moment.
-Someone should write support for parallel ports using the
-.Xr lpt 4
-driver.
OpenPOWER on IntegriCloud