lpt.4 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) lpt.4 (12e49033495ab129411bee56513cbea16e18f44a)
1.\"
2.\" Copyright (c) 1993 Christopher G. Demetriou
3.\" Copyright (c) 1994 Geoffrey M. Rehmet
4.\" Copyright (c) 1999 Nicolas Souchu
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30.Dd February 14, 1999
31.Dt LPT 4
32.Os FreeBSD
33.Sh NAME
34.Nm lpt
35.Nd
36Generic printer device driver
37.Sh SYNOPSIS
1.\"
2.\" Copyright (c) 1993 Christopher G. Demetriou
3.\" Copyright (c) 1994 Geoffrey M. Rehmet
4.\" Copyright (c) 1999 Nicolas Souchu
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30.Dd February 14, 1999
31.Dt LPT 4
32.Os FreeBSD
33.Sh NAME
34.Nm lpt
35.Nd
36Generic printer device driver
37.Sh SYNOPSIS
38.Cd "controller ppbus0"
38.Cd "device ppbus0"
39.Cd "device lpt0 at ppbus?"
40.Pp
39.Cd "device lpt0 at ppbus?"
40.Pp
41.Cd "controller ppc0 at isa? port" \&"IO_LPT1\&" tty irq 7
42.Cd "controller ppc1 at isa? port" \&"IO_LPT2\&" tty irq 7
43.Cd "controller ppc2 at isa? port" \&"IO_LPT3\&" tty irq 7
41.Cd "device ppc0 at isa? port" \&"IO_LPT1\&" tty irq 7
42.Cd "device ppc1 at isa? port" \&"IO_LPT2\&" tty irq 7
43.Cd "device ppc2 at isa? port" \&"IO_LPT3\&" tty irq 7
44.Pp
45For BIOS-probed ports:
44.Pp
45For BIOS-probed ports:
46.Cd "controller ppc0 at isa? port? tty irq 7"
46.Cd "device ppc0 at isa? port? tty irq 7"
47.Pp
48For polled ports:
47.Pp
48For polled ports:
49.Cd "controller ppc0 at isa? port? tty"
50.Cd "controller ppc1 at isa? port" \&"IO_LPT2\&" tty
49.Cd "device ppc0 at isa? port? tty"
50.Cd "device ppc1 at isa? port" \&"IO_LPT2\&" tty
51.Pp
52For DMA capable parallel port:
51.Pp
52For DMA capable parallel port:
53.Cd "controller ppc0 at isa? port? tty irq 7 drq 1"
53.Cd "device ppc0 at isa? port? tty irq 7 drq 1"
54.Sh DESCRIPTION
55The current
56.Em lpt
57driver is the port of the original lpt driver to the
58.Xr ppbus 4
59system.
60.Pp
61One purpose of this port was to allow parallel port sharing with other

--- 48 unchanged lines hidden ---
54.Sh DESCRIPTION
55The current
56.Em lpt
57driver is the port of the original lpt driver to the
58.Xr ppbus 4
59system.
60.Pp
61One purpose of this port was to allow parallel port sharing with other

--- 48 unchanged lines hidden ---