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