summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/bhnd_chipc.4 3.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
commitac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch)
tree9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man4/bhnd_chipc.4 3.html
parent253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff)
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man4/bhnd_chipc.4 3.html')
-rw-r--r--static/freebsd/man4/bhnd_chipc.4 3.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/static/freebsd/man4/bhnd_chipc.4 3.html b/static/freebsd/man4/bhnd_chipc.4 3.html
new file mode 100644
index 00000000..f103a424
--- /dev/null
+++ b/static/freebsd/man4/bhnd_chipc.4 3.html
@@ -0,0 +1,69 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">BHND_CHIPC(4)</td>
+ <td class="head-vol">Device Drivers Manual</td>
+ <td class="head-rtitle">BHND_CHIPC(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">bhnd_chipc</code> &#x2014;
+ <span class="Nd">Broadcom Home Networking Division ChipCommon
+ Driver</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp">To compile this driver into the kernel, add this line to the
+ kernel configuration file:</p>
+<div class="Bd Pp Bd-indent"><code class="Cd">device bhnd</code></div>
+<p class="Pp">To compile driver support for all additional devices found in
+ embedded systems, add the following additional lines to the kernel
+ configuration file:</p>
+<div class="Bd Pp Bd-indent"><code class="Cd">device cfi</code>
+<br/>
+<code class="Cd">device gpio</code>
+<br/>
+<code class="Cd">device spibus</code>
+<br/>
+<code class="Cd">device uart</code></div>
+<p class="Pp">To load the driver as a module at boot, add this line to
+ <a class="Xr">loader.conf(5)</a>:</p>
+<div class="Bd Pp Bd-indent Li">
+<pre>bhnd_load=&quot;YES&quot;</pre>
+</div>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The <code class="Nm">bhnd_chipc</code> driver supports the
+ ChipCommon core found in Broadcom Home Networking Division network chipsets
+ and embedded systems.</p>
+<p class="Pp">The ChipCommon core provides an interface to common hardware
+ facilities, including device identification, UARTs, CFI and SPI flash,
+ One-time Programmable (OTP) Memory, and GPIO.</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">bhnd(4)</a>, <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">bhnd_chipc</code> device driver first
+ appeared in <span class="Ux">FreeBSD 11.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">bhnd_chipc</code> driver was written by
+ <span class="An">Landon Fuller</span>
+ &lt;<a class="Mt" href="mailto:landonf@FreeBSD.org">landonf@FreeBSD.org</a>&gt;,
+ and <span class="An">Michael Zhilin</span>
+ &lt;<a class="Mt" href="mailto:mizhka@FreeBSD.org">mizhka@FreeBSD.org</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">October 16, 2017</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>