diff options
Diffstat (limited to 'static/freebsd/man4/pt.4 3.html')
| -rw-r--r-- | static/freebsd/man4/pt.4 3.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/static/freebsd/man4/pt.4 3.html b/static/freebsd/man4/pt.4 3.html new file mode 100644 index 00000000..a96bf14f --- /dev/null +++ b/static/freebsd/man4/pt.4 3.html @@ -0,0 +1,69 @@ +<table class="head"> + <tr> + <td class="head-ltitle">PT(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">PT(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">pt</code> — <span class="Nd">SCSI + processor type driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp"><code class="Cd">device pt</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">pt</code> driver provides support for a SCSI + processor type device. These are usually scanners and other devices using + the SCSI link as a communication interface with device specific commands + embedded in the data stream.</p> +<p class="Pp">A SCSI adapter must be separately configured into the system + before this driver can be used.</p> +<p class="Pp">This device supports <a class="Xr">read(2)</a> and + <a class="Xr">write(2)</a>, and the <a class="Xr">ioctl(2)</a> calls + described below.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="IOCTLS"><a class="permalink" href="#IOCTLS">IOCTLS</a></h1> +<p class="Pp">The following <a class="Xr">ioctl(2)</a> calls are supported by + the <code class="Nm">pt</code> driver. They are defined in the header file + <code class="In"><<a class="In">sys/ptio.h</a>></code>.</p> +<dl class="Bl-tag"> + <dt>PTIOCGETTIMEOUT</dt> + <dd>This ioctl allows userland applications to fetch the current + <code class="Nm">pt</code> driver read and write timeout. The value + returned is in seconds.</dd> + <dt>PTIOCSETTIMEOUT</dt> + <dd>This ioctl allows userland applications to set the current + <code class="Nm">pt</code> driver read and write timeouts. The value + should be in seconds.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/dev/pt</span><var class="Ar">N</var></dt> + <dd>the <var class="Ar">N</var>th processor device.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">cam(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">pt</code> driver appeared in + <span class="Ux">FreeBSD 2.1</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">March 2, 1995</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
