summaryrefslogtreecommitdiffstats
path: root/share/man/man4/lpt.4
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2001-10-13 09:08:37 +0000
committeryokota <yokota@FreeBSD.org>2001-10-13 09:08:37 +0000
commit0dd51f62a8282f0b2cc7b07477943c03ef96b236 (patch)
treec90626ebfa693beec62550c0f24ff264593b183b /share/man/man4/lpt.4
parentac1e1976ef665def71a086ab13965aab9a7f4dd3 (diff)
downloadFreeBSD-src-0dd51f62a8282f0b2cc7b07477943c03ef96b236.zip
FreeBSD-src-0dd51f62a8282f0b2cc7b07477943c03ef96b236.tar.gz
Update man pages in the section 4 to match the reality in -CURRENT.
- Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
Diffstat (limited to 'share/man/man4/lpt.4')
-rw-r--r--share/man/man4/lpt.416
1 files changed, 2 insertions, 14 deletions
diff --git a/share/man/man4/lpt.4 b/share/man/man4/lpt.4
index ff9aac7..7990d80 100644
--- a/share/man/man4/lpt.4
+++ b/share/man/man4/lpt.4
@@ -34,22 +34,9 @@
.Nm lpt
.Nd generic printer device driver
.Sh SYNOPSIS
+.Cd "device ppc"
.Cd "device ppbus"
.Cd "device lpt"
-.Pp
-.Cd "device ppc0 at isa? port IO_LPT1 irq 7"
-.Cd "device ppc1 at isa? port IO_LPT2 irq 7"
-.Cd "device ppc2 at isa? port IO_LPT3 irq 7"
-.Pp
-For BIOS-probed ports:
-.Cd "device ppc0 at isa? port? irq 7"
-.Pp
-For polled ports:
-.Cd "device ppc0 at isa? port?"
-.Cd "device ppc1 at isa? port IO_LPT2"
-.Pp
-For DMA capable parallel port:
-.Cd "device ppc0 at isa? port? irq 7 drq 1"
.Sh DESCRIPTION
The current
.Em lpt
@@ -89,6 +76,7 @@ If the printer supports IEEE1284 nibble mode and has
data to send to the host, you'll get it.
.Sh SEE ALSO
.Xr ppbus 4 ,
+.Xr ppc 4 ,
.Xr lptcontrol 8
.Sh HISTORY
This driver replaces the functionality of the lpa
OpenPOWER on IntegriCloud