diff options
Diffstat (limited to 'static/freebsd/man4/bhnd_chipc.4 3.html')
| -rw-r--r-- | static/freebsd/man4/bhnd_chipc.4 3.html | 69 |
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> — + <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="YES"</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> + <<a class="Mt" href="mailto:landonf@FreeBSD.org">landonf@FreeBSD.org</a>>, + and <span class="An">Michael Zhilin</span> + <<a class="Mt" href="mailto:mizhka@FreeBSD.org">mizhka@FreeBSD.org</a>>.</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> |
