freebsd-dev/usr.sbin/lptcontrol/lptcontrol.8

91 lines
2.2 KiB
Groff
Raw Normal View History

.\"
.\" lptcontrol - a utility for manipulating the lpt driver
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
1999-08-28 01:35:59 +00:00
.\" $FreeBSD$
.Dd October 1, 2004
.Dt LPTCONTROL 8
.Os
.Sh NAME
.Nm lptcontrol
1997-09-25 06:36:29 +00:00
.Nd a utility for manipulating the lpt printer driver
.Sh SYNOPSIS
.Nm
.Fl e | i | p | s
.Op Fl d Ar control_device
.Sh DESCRIPTION
The
1997-09-25 06:36:29 +00:00
.Nm
utility is used to set either the interrupt-driven, extended, standard,
or polling mode of individual
.Xr lpt 4
devices.
When a printer is switched from
a mode to another, this change will only take effect
the next time the device is opened.
.Pp
Extended mode is anything the parallel port interface can support.
For an
ECP/ISA parallel port, it may be FIFO+DMA or ECP.
.Pp
The following command line options are supported:
2001-07-15 08:06:20 +00:00
.Bl -tag -width indent
.It Fl e
Turn on extended mode.
.It Fl i
1997-09-25 06:36:29 +00:00
Turn on interrupt-driven mode.
.It Fl p
1997-09-25 06:36:29 +00:00
Turn on polled mode.
1999-05-28 02:09:46 +00:00
.It Fl s
Turn on standard mode, i.e., turn off extended mode.
.It Fl d Ar control_device
Set the mode of the printer control device specified by
.Ar control_device .
2001-07-15 08:06:20 +00:00
The default value for
.Ar control_device
is
.Pa /dev/lpt0.ctl .
.El
.Pp
2001-07-15 08:06:20 +00:00
One of
.Fl e , i , p
or
.Fl s
must be specified.
.Sh FILES
1997-09-25 06:36:29 +00:00
.Bl -tag -width /sys/i386/conf/GENERIC -compact
.It Pa /dev/lpt?
printer devices
.It Pa /dev/lpt?.ctl
printer control devices
1997-09-25 06:36:29 +00:00
.It Pa /sys/i386/conf/GENERIC
kernel configuration file
.It Pa /boot/device.hints
2005-01-11 11:47:22 +00:00
device hints for the parallel port chipset driver,
.Xr ppc 4
.El
.Sh BUGS
The control device name should never have been an option,
but should have been an optional argument.
Because of this, a single argument is treated as a device name.
.Sh SEE ALSO
.Xr lpt 4 ,
.Xr ppc 4 ,
.Xr device.hints 5
.Sh AUTHORS
1997-09-25 06:36:29 +00:00
.An Geoffrey M. Rehmet
.Sh HISTORY
The
.Nm
2002-07-14 14:47:15 +00:00
utility
1997-09-25 06:36:29 +00:00
first appeared in
.Fx 1.1.5