diff options
Diffstat (limited to 'static/freebsd/man4/bhnd.4 4.html')
| -rw-r--r-- | static/freebsd/man4/bhnd.4 4.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/static/freebsd/man4/bhnd.4 4.html b/static/freebsd/man4/bhnd.4 4.html new file mode 100644 index 00000000..05ec0810 --- /dev/null +++ b/static/freebsd/man4/bhnd.4 4.html @@ -0,0 +1,63 @@ +<table class="head"> + <tr> + <td class="head-ltitle">BHND(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">BHND(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</code> — <span class="Nd">Broadcom + Home Networking Division interconnect bus</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 the following lines to + the kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device bhnd</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</code> driver provides a unified kernel + bus interface to the on-chip interconnects used in Broadcom Home Networking + Division (HND) devices.</p> +<p class="Pp">The Broadcom HND device family consists of SoCs (System On a Chip) + and host-connected chipsets based on a common library of Broadcom IP cores + connected via an internal hardware bus architecture. Drivers for these cores + are implemented against the unified <code class="Nm">bhnd</code> + interface.</p> +<p class="Pp">The Sonic Inc. Silicon Backplane used in earlier HND devices is + supported by the <a class="Xr">siba(4)</a> BHND driver.</p> +<p class="Pp">The ARM AMBA-based interconnect used in later HND devices is + supported by the <a class="Xr">bcma(4)</a> BHND driver.</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">bcma(4)</a>, <a class="Xr">bhndb(4)</a>, + <a class="Xr">intro(4)</a>, <a class="Xr">siba(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</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</code> driver was written by + <span class="An">Landon Fuller</span> + <<a class="Mt" href="mailto:landonf@FreeBSD.org">landonf@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">June 3, 2016</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
