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.\" 29148ed571SAdrian Chadd.\" $FreeBSD$ 30148ed571SAdrian Chadd.\" 31*1cc60ae8SBenedict Reuschling.Dd October 16, 2017 32148ed571SAdrian Chadd.Dt BHNDB 4 33148ed571SAdrian Chadd.Os 34148ed571SAdrian Chadd.Sh NAME 35148ed571SAdrian Chadd.Nm bhndb 36148ed571SAdrian Chadd.Nd Broadcom Home Networking Division interconnect bridge driver 37148ed571SAdrian Chadd.Sh SYNOPSIS 3805ed3f90SLandon J. FullerTo compile this driver into the kernel, add the following lines to the 3905ed3f90SLandon J. Fullerkernel configuration file: 40148ed571SAdrian Chadd.Bd -ragged -offset indent 41148ed571SAdrian Chadd.Cd "device bhnd" 42148ed571SAdrian Chadd.Cd "device bhndb" 43148ed571SAdrian Chadd.Ed 44148ed571SAdrian Chadd.Pp 4505ed3f90SLandon J. FullerTo load the driver as a module at boot, add this line to 46148ed571SAdrian Chadd.Xr loader.conf 5 : 47148ed571SAdrian Chadd.Bd -literal -offset indent 48148ed571SAdrian Chaddbhndb_load="YES" 49148ed571SAdrian Chadd.Ed 50148ed571SAdrian Chadd.Sh DESCRIPTION 51148ed571SAdrian ChaddThe 52148ed571SAdrian Chadd.Nm 5305ed3f90SLandon J. Fullerdriver provides 54148ed571SAdrian Chadd.Xr bhnd 4 5505ed3f90SLandon J. Fullerhost bridge support for Broadcom Home Networking Division's wireless chipsets 5605ed3f90SLandon J. Fullerand network adapters. 5705ed3f90SLandon J. Fuller.Pp 5805ed3f90SLandon J. FullerTo enable use for PCI/PCIe systems, see the 5905ed3f90SLandon J. Fuller.Xr bhndb_pci 4 6005ed3f90SLandon J. Fullerdriver. 61148ed571SAdrian Chadd.Sh SEE ALSO 622940eb19SChristian Brueffer.Xr bhnd 4 , 6305ed3f90SLandon J. Fuller.Xr bhndb_pci 4 , 6405ed3f90SLandon J. Fuller.Xr bwn 4 , 6505ed3f90SLandon J. Fuller.Xr intro 4 66148ed571SAdrian Chadd.Sh HISTORY 67148ed571SAdrian ChaddThe 68148ed571SAdrian Chadd.Nm 69148ed571SAdrian Chadddevice driver first appeared in 70148ed571SAdrian Chadd.Fx 11.0 . 71148ed571SAdrian Chadd.Sh AUTHORS 72148ed571SAdrian Chadd.An -nosplit 73148ed571SAdrian ChaddThe 74148ed571SAdrian Chadd.Nm 75148ed571SAdrian Chadddriver was written by 7657484262SLandon J. Fuller.An Landon Fuller Aq Mt landonf@FreeBSD.org . 77148ed571SAdrian Chadd.Sh CAVEATS 78148ed571SAdrian ChaddThe 79148ed571SAdrian Chadd.Nm 80148ed571SAdrian Chadddriver does not currently support PCMCIA or SDIO devices. 81