Deleted Added
full compact
pcib.4 (175083) pcib.4 (175112)
1.\"
2.\" Copyright (c) 2008 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2008 M. Warner Losh
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/pcib.4 175083 2008-01-04 08:26:22Z imp $
25.\" $FreeBSD: head/share/man/man4/pcib.4 175112 2008-01-05 23:27:59Z brueffer $
26.\"
27.Dd January 4, 2008
28.Dt PCIB 4
29.Os
30.Sh NAME
31.Nm pcib
32.Nd PCI bridge driver
33.Sh SYNOPSIS
26.\"
27.Dd January 4, 2008
28.Dt PCIB 4
29.Os
30.Sh NAME
31.Nm pcib
32.Nd PCI bridge driver
33.Sh SYNOPSIS
34.Cd device pcib
34To compile this driver into the kernel,
35place the following line in your
36kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device pcib"
39.Ed
35.Sh DESCRIPTION
36The
37.Nm
40.Sh DESCRIPTION
41The
42.Nm
38driver provides for host and pci bridges in a pci system.
43driver provides for host and
44.Tn PCI
45bridges in a
46.Tn PCI
47system.
39.Sh BUGS
40This man page is too short.
48.Sh BUGS
49This man page is too short.
41