105ed3f90SLandon J. Fuller.\" Copyright (c) 2015 Landon Fuller <landonf@FreeBSD.org> 205ed3f90SLandon J. Fuller.\" Copyright (c) 2017 The FreeBSD Foundation 3148ed571SAdrian Chadd.\" All rights reserved. 4148ed571SAdrian Chadd.\" 505ed3f90SLandon J. Fuller.\" Portions of this documentation were written by Landon Fuller 605ed3f90SLandon J. Fuller.\" under sponsorship from the FreeBSD Foundation. 705ed3f90SLandon J. Fuller.\" 8148ed571SAdrian Chadd.\" Redistribution and use in source and binary forms, with or without 9148ed571SAdrian Chadd.\" modification, are permitted provided that the following conditions 10148ed571SAdrian Chadd.\" are met: 11148ed571SAdrian Chadd.\" 1. Redistributions of source code must retain the above copyright 12148ed571SAdrian Chadd.\" notice, this list of conditions and the following disclaimer. 13148ed571SAdrian Chadd.\" 2. Redistributions in binary form must reproduce the above copyright 14148ed571SAdrian Chadd.\" notice, this list of conditions and the following disclaimer in the 15148ed571SAdrian Chadd.\" documentation and/or other materials provided with the distribution. 16148ed571SAdrian Chadd.\" 17148ed571SAdrian Chadd.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 18148ed571SAdrian Chadd.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19148ed571SAdrian Chadd.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 20148ed571SAdrian Chadd.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21148ed571SAdrian Chadd.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 22148ed571SAdrian Chadd.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 23148ed571SAdrian Chadd.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 24148ed571SAdrian Chadd.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25148ed571SAdrian Chadd.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26148ed571SAdrian Chadd.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27148ed571SAdrian Chadd.\" SUCH DAMAGE. 28148ed571SAdrian Chadd.\" 29*1cc60ae8SBenedict Reuschling.Dd October 16, 2017 30148ed571SAdrian Chadd.Dt BHNDB 4 31148ed571SAdrian Chadd.Os 32148ed571SAdrian Chadd.Sh NAME 33148ed571SAdrian Chadd.Nm bhndb 34148ed571SAdrian Chadd.Nd Broadcom Home Networking Division interconnect bridge driver 35148ed571SAdrian Chadd.Sh SYNOPSIS 3605ed3f90SLandon J. FullerTo compile this driver into the kernel, add the following lines to the 3705ed3f90SLandon J. Fullerkernel configuration file: 38148ed571SAdrian Chadd.Bd -ragged -offset indent 39148ed571SAdrian Chadd.Cd "device bhnd" 40148ed571SAdrian Chadd.Cd "device bhndb" 41148ed571SAdrian Chadd.Ed 42148ed571SAdrian Chadd.Pp 4305ed3f90SLandon J. FullerTo load the driver as a module at boot, add this line to 44148ed571SAdrian Chadd.Xr loader.conf 5 : 45148ed571SAdrian Chadd.Bd -literal -offset indent 46148ed571SAdrian Chaddbhndb_load="YES" 47148ed571SAdrian Chadd.Ed 48148ed571SAdrian Chadd.Sh DESCRIPTION 49148ed571SAdrian ChaddThe 50148ed571SAdrian Chadd.Nm 5105ed3f90SLandon J. Fullerdriver provides 52148ed571SAdrian Chadd.Xr bhnd 4 5305ed3f90SLandon J. Fullerhost bridge support for Broadcom Home Networking Division's wireless chipsets 5405ed3f90SLandon J. Fullerand network adapters. 5505ed3f90SLandon J. Fuller.Pp 5605ed3f90SLandon J. FullerTo enable use for PCI/PCIe systems, see the 5705ed3f90SLandon J. Fuller.Xr bhndb_pci 4 5805ed3f90SLandon J. Fullerdriver. 59148ed571SAdrian Chadd.Sh SEE ALSO 602940eb19SChristian Brueffer.Xr bhnd 4 , 6105ed3f90SLandon J. Fuller.Xr bhndb_pci 4 , 6205ed3f90SLandon J. Fuller.Xr bwn 4 , 6305ed3f90SLandon J. Fuller.Xr intro 4 64148ed571SAdrian Chadd.Sh HISTORY 65148ed571SAdrian ChaddThe 66148ed571SAdrian Chadd.Nm 67148ed571SAdrian Chadddevice driver first appeared in 68148ed571SAdrian Chadd.Fx 11.0 . 69148ed571SAdrian Chadd.Sh AUTHORS 70148ed571SAdrian Chadd.An -nosplit 71148ed571SAdrian ChaddThe 72148ed571SAdrian Chadd.Nm 73148ed571SAdrian Chadddriver was written by 7457484262SLandon J. Fuller.An Landon Fuller Aq Mt landonf@FreeBSD.org . 75148ed571SAdrian Chadd.Sh CAVEATS 76148ed571SAdrian ChaddThe 77148ed571SAdrian Chadd.Nm 78148ed571SAdrian Chadddriver does not currently support PCMCIA or SDIO devices. 79