summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/ptcd.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/ptcd.4 4.html')
-rw-r--r--static/netbsd/man4/ptcd.4 4.html61
1 files changed, 0 insertions, 61 deletions
diff --git a/static/netbsd/man4/ptcd.4 4.html b/static/netbsd/man4/ptcd.4 4.html
deleted file mode 100644
index cc7c4df9..00000000
--- a/static/netbsd/man4/ptcd.4 4.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">PTCD(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">PTCD(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">ptcd</code> &#x2014; <span class="Nd">support for
- the Protech PS3100 cash drawer port</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">ptcd* at isa? port 0x48d</code>
- <br/>
- <code class="Cd">gpio* at ptcd?</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">ptcd</code> driver controls the cash drawer
- port of the Protech PS3100 point of sale terminal using the GPIO
- subsystem.</p>
-<p class="Pp"><code class="Nm">ptcd</code> provides a GPIO device with two pins:
- pin 0 is used to control the cash drawer while pin 1 can be used to read the
- current state of the sense input pin. A logical 0 means the cash drawer is
- closed, a logical 1 means the cash drawer is open.</p>
-<p class="Pp">To open the cash drawer, set pin 0 to logical 1 for a short period
- of time (e.g. &lt; 1 sec) and then reset the pin to logical 0.</p>
-</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">gpio(4)</a>, <a class="Xr">ibmcd(4)</a>,
- <a class="Xr">gpioctl(8)</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">ptcd</code> driver first appeared in
- <span class="Ux">NetBSD 6.1</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">ptcd</code> driver was written by
- <span class="An">Marc Balmer</span>
- &lt;<a class="Mt" href="mailto:marc@msys.ch">marc@msys.ch</a>&gt;.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1>
-<p class="Pp">As it is not possible to detect the hardware at runtime, this
- driver, when enabled, will always attach. Only enable it in your kernel
- configuration if you have the proper hardware.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">December 17, 2012</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>