xref: /freebsd/share/man/man4/bhndb.4 (revision 2940eb19a15e9b1ff7483eb781a4c55371305070)
1148ed571SAdrian Chadd.\" Copyright (c) 2015 Landon Fuller
2148ed571SAdrian Chadd.\" All rights reserved.
3148ed571SAdrian Chadd.\"
4148ed571SAdrian Chadd.\" Redistribution and use in source and binary forms, with or without
5148ed571SAdrian Chadd.\" modification, are permitted provided that the following conditions
6148ed571SAdrian Chadd.\" are met:
7148ed571SAdrian Chadd.\" 1. Redistributions of source code must retain the above copyright
8148ed571SAdrian Chadd.\"    notice, this list of conditions and the following disclaimer.
9148ed571SAdrian Chadd.\" 2. Redistributions in binary form must reproduce the above copyright
10148ed571SAdrian Chadd.\"    notice, this list of conditions and the following disclaimer in the
11148ed571SAdrian Chadd.\"    documentation and/or other materials provided with the distribution.
12148ed571SAdrian Chadd.\"
13148ed571SAdrian Chadd.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14148ed571SAdrian Chadd.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15148ed571SAdrian Chadd.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16148ed571SAdrian Chadd.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17148ed571SAdrian Chadd.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18148ed571SAdrian Chadd.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19148ed571SAdrian Chadd.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20148ed571SAdrian Chadd.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21148ed571SAdrian Chadd.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22148ed571SAdrian Chadd.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23148ed571SAdrian Chadd.\" SUCH DAMAGE.
24148ed571SAdrian Chadd.\"
25148ed571SAdrian Chadd.\" $FreeBSD$
26148ed571SAdrian Chadd.\"
2757484262SLandon J. Fuller.Dd June 3, 2016
28148ed571SAdrian Chadd.Dt BHNDB 4
29148ed571SAdrian Chadd.Os
30148ed571SAdrian Chadd.Sh NAME
31148ed571SAdrian Chadd.Nm bhndb
32148ed571SAdrian Chadd.Nd Broadcom Home Networking Division interconnect bridge driver
33148ed571SAdrian Chadd.Sh SYNOPSIS
34148ed571SAdrian ChaddTo compile this driver into the kernel,
35148ed571SAdrian Chaddplace the following lines in your kernel configuration file:
36148ed571SAdrian Chadd.Bd -ragged -offset indent
37148ed571SAdrian Chadd.Cd "device bhnd"
38148ed571SAdrian Chadd.Cd "device bhndb"
39148ed571SAdrian Chadd.Ed
40148ed571SAdrian Chadd.Pp
41148ed571SAdrian ChaddAlternatively, to load the driver as a module at boot time,
42148ed571SAdrian Chaddplace the following line in
43148ed571SAdrian Chadd.Xr loader.conf 5 :
44148ed571SAdrian Chadd.Bd -literal -offset indent
45148ed571SAdrian Chaddbhndb_load="YES"
46148ed571SAdrian Chaddbhndb_pci_load="YES"
47148ed571SAdrian Chadd.Ed
48148ed571SAdrian Chadd.Sh DESCRIPTION
49148ed571SAdrian ChaddThe
50148ed571SAdrian Chadd.Nm
51148ed571SAdrian Chadddriver supports
52148ed571SAdrian Chadd.Xr bhnd 4
53148ed571SAdrian Chaddhost bridge cores such as those used by Broadcom HND PCI,
54148ed571SAdrian ChaddPCMCIA, and SDIO network adapters.
55148ed571SAdrian Chadd.Sh SEE ALSO
56*2940eb19SChristian Brueffer.Xr bhnd 4 ,
57148ed571SAdrian Chadd.Xr bwn 4
58148ed571SAdrian Chadd.Sh HISTORY
59148ed571SAdrian ChaddThe
60148ed571SAdrian Chadd.Nm
61148ed571SAdrian Chadddevice driver first appeared in
62148ed571SAdrian Chadd.Fx 11.0 .
63148ed571SAdrian Chadd.Sh AUTHORS
64148ed571SAdrian Chadd.An -nosplit
65148ed571SAdrian ChaddThe
66148ed571SAdrian Chadd.Nm
67148ed571SAdrian Chadddriver was written by
6857484262SLandon J. Fuller.An Landon Fuller Aq Mt landonf@FreeBSD.org .
69148ed571SAdrian Chadd.Sh CAVEATS
70148ed571SAdrian ChaddThe
71148ed571SAdrian Chadd.Nm
72148ed571SAdrian Chadddriver does not currently support PCMCIA or SDIO devices.
73