xref: /freebsd-src/share/man/man4/bhndb_pci.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1*05ed3f90SLandon J. Fuller.\" Copyright (c) 2015 Landon Fuller <landonf@FreeBSD.org>
2*05ed3f90SLandon J. Fuller.\" Copyright (c) 2017 The FreeBSD Foundation
3*05ed3f90SLandon J. Fuller.\" All rights reserved.
4*05ed3f90SLandon J. Fuller.\"
5*05ed3f90SLandon J. Fuller.\" Portions of this documentation were written by Landon Fuller
6*05ed3f90SLandon J. Fuller.\" under sponsorship from the FreeBSD Foundation.
7*05ed3f90SLandon J. Fuller.\"
8*05ed3f90SLandon J. Fuller.\" Redistribution and use in source and binary forms, with or without
9*05ed3f90SLandon J. Fuller.\" modification, are permitted provided that the following conditions
10*05ed3f90SLandon J. Fuller.\" are met:
11*05ed3f90SLandon J. Fuller.\" 1. Redistributions of source code must retain the above copyright
12*05ed3f90SLandon J. Fuller.\"    notice, this list of conditions and the following disclaimer.
13*05ed3f90SLandon J. Fuller.\" 2. Redistributions in binary form must reproduce the above copyright
14*05ed3f90SLandon J. Fuller.\"    notice, this list of conditions and the following disclaimer in the
15*05ed3f90SLandon J. Fuller.\"    documentation and/or other materials provided with the distribution.
16*05ed3f90SLandon J. Fuller.\"
17*05ed3f90SLandon J. Fuller.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18*05ed3f90SLandon J. Fuller.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19*05ed3f90SLandon J. Fuller.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20*05ed3f90SLandon J. Fuller.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21*05ed3f90SLandon J. Fuller.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22*05ed3f90SLandon J. Fuller.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23*05ed3f90SLandon J. Fuller.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24*05ed3f90SLandon J. Fuller.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25*05ed3f90SLandon J. Fuller.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26*05ed3f90SLandon J. Fuller.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27*05ed3f90SLandon J. Fuller.\" SUCH DAMAGE.
28*05ed3f90SLandon J. Fuller.\"
29*05ed3f90SLandon J. Fuller.Dd October 16, 2017
30*05ed3f90SLandon J. Fuller.Dt BHNDB_PCI 4
31*05ed3f90SLandon J. Fuller.Os
32*05ed3f90SLandon J. Fuller.Sh NAME
33*05ed3f90SLandon J. Fuller.Nm bhndb_pci
34*05ed3f90SLandon J. Fuller.Nd Broadcom Home Networking Division PCI host bridge driver
35*05ed3f90SLandon J. Fuller.Sh SYNOPSIS
36*05ed3f90SLandon J. FullerTo compile this driver into the kernel, add the following lines to the
37*05ed3f90SLandon J. Fullerkernel configuration file:
38*05ed3f90SLandon J. Fuller.Bd -ragged -offset indent
39*05ed3f90SLandon J. Fuller.Cd "device bhnd"
40*05ed3f90SLandon J. Fuller.Cd "device bhndb"
41*05ed3f90SLandon J. Fuller.Cd "device bhndb_pci"
42*05ed3f90SLandon J. Fuller.Cd "device pci"
43*05ed3f90SLandon J. Fuller.Ed
44*05ed3f90SLandon J. Fuller.Pp
45*05ed3f90SLandon J. FullerTo load the driver as a module at boot, add this line to
46*05ed3f90SLandon J. Fuller.Xr loader.conf 5 :
47*05ed3f90SLandon J. Fuller.Bd -literal -offset indent
48*05ed3f90SLandon J. Fullerbhndb_pci_load="YES"
49*05ed3f90SLandon J. Fuller.Ed
50*05ed3f90SLandon J. Fuller.Sh DESCRIPTION
51*05ed3f90SLandon J. FullerThe
52*05ed3f90SLandon J. Fuller.Nm
53*05ed3f90SLandon J. Fullerdriver provides
54*05ed3f90SLandon J. Fuller.Xr bhndb 4
55*05ed3f90SLandon J. Fullersupport for the PCI and PCIe host bridge cores found in Broadcom Home Networking
56*05ed3f90SLandon J. FullerDivision's wireless chipsets and network adapters.
57*05ed3f90SLandon J. Fuller.Sh SEE ALSO
58*05ed3f90SLandon J. Fuller.Xr bhnd 4 ,
59*05ed3f90SLandon J. Fuller.Xr bhndb 4 ,
60*05ed3f90SLandon J. Fuller.Xr bwn 4 ,
61*05ed3f90SLandon J. Fuller.Xr intro 4 ,
62*05ed3f90SLandon J. Fuller.Xr pci 4
63*05ed3f90SLandon J. Fuller.Sh HISTORY
64*05ed3f90SLandon J. FullerThe
65*05ed3f90SLandon J. Fuller.Nm
66*05ed3f90SLandon J. Fullerdevice driver first appeared in
67*05ed3f90SLandon J. Fuller.Fx 11.0 .
68*05ed3f90SLandon J. Fuller.Sh AUTHORS
69*05ed3f90SLandon J. Fuller.An -nosplit
70*05ed3f90SLandon J. FullerThe
71*05ed3f90SLandon J. Fuller.Nm
72*05ed3f90SLandon J. Fullerdriver was written by
73*05ed3f90SLandon J. Fuller.An Landon Fuller Aq Mt landonf@FreeBSD.org .
74