summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/onewire.4 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man4/onewire.4 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man4/onewire.4 4.html')
-rw-r--r--static/netbsd/man4/onewire.4 4.html85
1 files changed, 0 insertions, 85 deletions
diff --git a/static/netbsd/man4/onewire.4 4.html b/static/netbsd/man4/onewire.4 4.html
deleted file mode 100644
index 949f83d9..00000000
--- a/static/netbsd/man4/onewire.4 4.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">ONEWIRE(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">ONEWIRE(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">onewire</code> &#x2014; <span class="Nd">1-Wire
- bus</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">onewire* at gpioow?</code></p>
-<p class="Pp">
- <br/>
- <code class="Cd">option ONEWIREVERBOSE</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">1-Wire bus was originally developed by Dallas Semiconductor for
- connecting integrated circuits. It is commonly used for connecting devices
- such as electronic keys, EEPROMs, temperature sensors, real-time clocks,
- security chips, etc.</p>
-<p class="Pp">The <code class="Nm">onewire</code> driver provides a uniform
- programming interface layer between 1-Wire master controllers and various
- 1-Wire slave devices. Each 1-Wire master controller attaches a
- <code class="Nm">onewire</code> framework; several slave devices can then be
- attached to the <code class="Nm">onewire</code> bus.</p>
-<p class="Pp">The driver supports plugging and unplugging slave devices on the
- fly.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SUPPORTED_MASTERS"><a class="permalink" href="#SUPPORTED_MASTERS">SUPPORTED
- MASTERS</a></h1>
-<div class="Bd-indent">
-<dl class="Bl-tag Bl-compact">
- <dt><a class="Xr">ds2482ow(4)</a></dt>
- <dd>I2C to 1-Wire bridge</dd>
- <dt><a class="Xr">gpioow(4)</a></dt>
- <dd>1-Wire bus bit-banging through GPIO pin</dd>
-</dl>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SUPPORTED_SLAVES"><a class="permalink" href="#SUPPORTED_SLAVES">SUPPORTED
- SLAVES</a></h1>
-<div class="Bd-indent">
-<dl class="Bl-tag Bl-compact">
- <dt><a class="Xr">ds28e17iic(4)</a></dt>
- <dd>1-Wire to IIC bridge</dd>
- <dt><a class="Xr">owtemp(4)</a></dt>
- <dd>temperature family type device</dd>
-</dl>
-</div>
-</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">intro(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">onewire</code> driver first appeared in
- <span class="Ux">OpenBSD 4.0</span> and <span class="Ux">NetBSD
- 4.0</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">onewire</code> driver was written by
- <span class="An">Alexander Yurchenko</span>
- &lt;<a class="Mt" href="mailto:grange@openbsd.org">grange@openbsd.org</a>&gt;
- and ported to <span class="Ux">NetBSD</span> by <span class="An">Jeff
- Rizzo</span>
- &lt;<a class="Mt" href="mailto:riz@NetBSD.org">riz@NetBSD.org</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 4, 2006</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>