blob: 05ec08103aa382f6a08d995bc8c7ad77b7dadb0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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>
|