1*148ed571SAdrian Chadd.\" Copyright (c) 2015 Landon Fuller 2*148ed571SAdrian Chadd.\" All rights reserved. 3*148ed571SAdrian Chadd.\" 4*148ed571SAdrian Chadd.\" Redistribution and use in source and binary forms, with or without 5*148ed571SAdrian Chadd.\" modification, are permitted provided that the following conditions 6*148ed571SAdrian Chadd.\" are met: 7*148ed571SAdrian Chadd.\" 1. Redistributions of source code must retain the above copyright 8*148ed571SAdrian Chadd.\" notice, this list of conditions and the following disclaimer. 9*148ed571SAdrian Chadd.\" 2. Redistributions in binary form must reproduce the above copyright 10*148ed571SAdrian Chadd.\" notice, this list of conditions and the following disclaimer in the 11*148ed571SAdrian Chadd.\" documentation and/or other materials provided with the distribution. 12*148ed571SAdrian Chadd.\" 13*148ed571SAdrian Chadd.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14*148ed571SAdrian Chadd.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15*148ed571SAdrian Chadd.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16*148ed571SAdrian Chadd.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17*148ed571SAdrian Chadd.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18*148ed571SAdrian Chadd.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19*148ed571SAdrian Chadd.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20*148ed571SAdrian Chadd.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21*148ed571SAdrian Chadd.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22*148ed571SAdrian Chadd.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23*148ed571SAdrian Chadd.\" SUCH DAMAGE. 24*148ed571SAdrian Chadd.\" 25*148ed571SAdrian Chadd.\" $FreeBSD$ 26*148ed571SAdrian Chadd.\" 27*148ed571SAdrian Chadd.Dd December 8, 2015 28*148ed571SAdrian Chadd.Dt BHNDB 4 29*148ed571SAdrian Chadd.Os 30*148ed571SAdrian Chadd.Sh NAME 31*148ed571SAdrian Chadd.Nm bhndb 32*148ed571SAdrian Chadd.Nd Broadcom Home Networking Division interconnect bridge driver 33*148ed571SAdrian Chadd.Sh SYNOPSIS 34*148ed571SAdrian ChaddTo compile this driver into the kernel, 35*148ed571SAdrian Chaddplace the following lines in your kernel configuration file: 36*148ed571SAdrian Chadd.Bd -ragged -offset indent 37*148ed571SAdrian Chadd.Cd "device bhnd" 38*148ed571SAdrian Chadd.Cd "device bhndb" 39*148ed571SAdrian Chadd.Ed 40*148ed571SAdrian Chadd.Pp 41*148ed571SAdrian ChaddAlternatively, to load the driver as a module at boot time, 42*148ed571SAdrian Chaddplace the following line in 43*148ed571SAdrian Chadd.Xr loader.conf 5 : 44*148ed571SAdrian Chadd.Bd -literal -offset indent 45*148ed571SAdrian Chaddbhndb_load="YES" 46*148ed571SAdrian Chaddbhndb_pci_load="YES" 47*148ed571SAdrian Chadd.Ed 48*148ed571SAdrian Chadd.Sh DESCRIPTION 49*148ed571SAdrian ChaddThe 50*148ed571SAdrian Chadd.Nm 51*148ed571SAdrian Chadddriver supports 52*148ed571SAdrian Chadd.Xr bhnd 4 53*148ed571SAdrian Chaddhost bridge cores such as those used by Broadcom HND PCI, 54*148ed571SAdrian ChaddPCMCIA, and SDIO network adapters. 55*148ed571SAdrian Chadd.Sh SEE ALSO 56*148ed571SAdrian Chadd.Xr bhnd 4 57*148ed571SAdrian Chadd.Xr bwn 4 58*148ed571SAdrian Chadd.Sh HISTORY 59*148ed571SAdrian ChaddThe 60*148ed571SAdrian Chadd.Nm 61*148ed571SAdrian Chadddevice driver first appeared in 62*148ed571SAdrian Chadd.Fx 11.0 . 63*148ed571SAdrian Chadd.Sh AUTHORS 64*148ed571SAdrian Chadd.An -nosplit 65*148ed571SAdrian ChaddThe 66*148ed571SAdrian Chadd.Nm 67*148ed571SAdrian Chadddriver was written by 68*148ed571SAdrian Chadd.An Landon Fuller Aq Mt landon@landonf.org . 69*148ed571SAdrian Chadd.Sh CAVEATS 70*148ed571SAdrian ChaddThe 71*148ed571SAdrian Chadd.Nm 72*148ed571SAdrian Chadddriver does not currently support PCMCIA or SDIO devices. 73