1996-10-18 16:22:31 -04:00
|
|
|
.\" Copyright (c) 1995
|
|
|
|
|
.\" Peter Dufault, All rights reserved.
|
|
|
|
|
.\"
|
|
|
|
|
.\" 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.
|
|
|
|
|
.\"
|
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
|
.\"
|
1999-08-27 20:22:10 -04:00
|
|
|
.\" $FreeBSD$
|
1997-03-06 21:50:01 -05:00
|
|
|
.\"
|
1995-03-04 15:56:39 -05:00
|
|
|
.Dd March 2, 1995
|
|
|
|
|
.Dt PT 4
|
2001-07-10 11:31:11 -04:00
|
|
|
.Os
|
1995-03-04 15:56:39 -05:00
|
|
|
.Sh NAME
|
|
|
|
|
.Nm pt
|
1996-01-17 16:57:57 -05:00
|
|
|
.Nd SCSI processor type driver
|
1995-03-04 15:56:39 -05:00
|
|
|
.Sh SYNOPSIS
|
2000-01-23 11:13:26 -05:00
|
|
|
.Cd device pt
|
1995-03-04 15:56:39 -05:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
|
The
|
1996-01-17 16:57:57 -05:00
|
|
|
.Nm
|
2001-07-14 15:41:16 -04:00
|
|
|
driver provides support for a
|
1996-01-17 16:57:57 -05:00
|
|
|
.Tn SCSI
|
2003-06-28 19:53:39 -04:00
|
|
|
processor type device.
|
|
|
|
|
These are usually scanners and other devices using the
|
1996-01-17 16:57:57 -05:00
|
|
|
.Tn SCSI
|
|
|
|
|
link as a communication interface with device
|
1995-03-04 15:56:39 -05:00
|
|
|
specific commands embedded in the data stream.
|
|
|
|
|
.Pp
|
1996-01-17 16:57:57 -05:00
|
|
|
A
|
|
|
|
|
.Tn SCSI
|
|
|
|
|
adapter must be separately configured into the system
|
1995-03-04 15:56:39 -05:00
|
|
|
before this driver can be used.
|
|
|
|
|
.Pp
|
1999-08-19 23:48:11 -04:00
|
|
|
This device supports
|
1995-03-04 15:56:39 -05:00
|
|
|
.Xr read 2
|
|
|
|
|
and
|
|
|
|
|
.Xr write 2 ,
|
1999-08-19 23:48:11 -04:00
|
|
|
and the
|
1996-01-17 16:57:57 -05:00
|
|
|
.Xr ioctl 2
|
1999-08-19 23:48:11 -04:00
|
|
|
calls described below.
|
1996-01-17 16:57:57 -05:00
|
|
|
.Sh IOCTLS
|
1999-08-19 23:48:11 -04:00
|
|
|
.Bl -tag -width 012345678901234
|
|
|
|
|
The following
|
|
|
|
|
.Xr ioctl 2
|
|
|
|
|
calls are supported by the
|
1996-01-17 16:57:57 -05:00
|
|
|
.Nm
|
1999-08-19 23:48:11 -04:00
|
|
|
driver. They are defined in the header file
|
2003-09-08 15:57:22 -04:00
|
|
|
.In sys/ptio.h .
|
1999-08-19 23:48:11 -04:00
|
|
|
.Pp
|
|
|
|
|
.It PTIOCGETTIMEOUT
|
|
|
|
|
This ioctl allows userland applications to fetch the current
|
1995-03-04 15:56:39 -05:00
|
|
|
.Nm
|
2003-06-28 19:53:39 -04:00
|
|
|
driver read and write timeout.
|
|
|
|
|
The value returned is in seconds.
|
1999-08-19 23:48:11 -04:00
|
|
|
.It PTIOCSETTIMEOUT
|
|
|
|
|
This ioctl allows userland applications to set the current
|
|
|
|
|
.Nm
|
2003-06-28 19:53:39 -04:00
|
|
|
driver read and write timeouts.
|
|
|
|
|
The value should be in seconds.
|
1999-08-19 23:48:11 -04:00
|
|
|
.El
|
1996-01-17 16:57:57 -05:00
|
|
|
.Sh FILES
|
|
|
|
|
.Bl -tag -width /dev/ptQQQ -compact
|
|
|
|
|
.It Pa /dev/pt Ns Ar N
|
|
|
|
|
the
|
2001-02-28 12:38:53 -05:00
|
|
|
.Ar N Ns th processor device.
|
1996-01-17 16:57:57 -05:00
|
|
|
.El
|
1995-03-04 15:56:39 -05:00
|
|
|
.Sh SEE ALSO
|
|
|
|
|
.Xr scsi 4
|
|
|
|
|
.Sh HISTORY
|
|
|
|
|
The
|
|
|
|
|
.Nm
|
2001-07-14 15:41:16 -04:00
|
|
|
driver appeared in
|
1996-08-22 19:51:58 -04:00
|
|
|
.Fx 2.1 .
|