Deleted Added
full compact
pci.9 (251723) pci.9 (267936)
1.\"
2.\" Copyright (c) 2005 Bruce M Simpson <bms@FreeBSD.org>
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

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2005 Bruce M Simpson <bms@FreeBSD.org>
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

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man9/pci.9 251723 2013-06-14 01:12:59Z markj $
26.\" $FreeBSD: head/share/man/man9/pci.9 267936 2014-06-26 21:44:30Z bapt $
27.\"
28.Dd March 5, 2012
29.Dt PCI 9
30.Os
31.Sh NAME
32.Nm pci ,
33.Nm pci_alloc_msi ,
34.Nm pci_alloc_msix ,

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

690.%A Shanley
691.%A Anderson
692.%B PCI System Architecture
693.%N 2nd Edition
694.%I Addison-Wesley
695.%O ISBN 0-201-30974-2
696.Re
697.Sh AUTHORS
27.\"
28.Dd March 5, 2012
29.Dt PCI 9
30.Os
31.Sh NAME
32.Nm pci ,
33.Nm pci_alloc_msi ,
34.Nm pci_alloc_msix ,

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

690.%A Shanley
691.%A Anderson
692.%B PCI System Architecture
693.%N 2nd Edition
694.%I Addison-Wesley
695.%O ISBN 0-201-30974-2
696.Re
697.Sh AUTHORS
698.An -nosplit
698This manual page was written by
699This manual page was written by
699.An Bruce M Simpson Aq bms@FreeBSD.org
700.An Bruce M Simpson Aq Mt bms@FreeBSD.org
700and
701and
701.An John Baldwin Aq jhb@FreeBSD.org .
702.An John Baldwin Aq Mt jhb@FreeBSD.org .
702.Sh BUGS
703The kernel PCI code has a number of references to
704.Dq "slot numbers" .
705These do not refer to the geographic location of PCI devices,
706but to the device number assigned by the combination of the PCI IDSEL
707mechanism and the platform firmware.
708This should be taken note of when working with the kernel PCI code.
703.Sh BUGS
704The kernel PCI code has a number of references to
705.Dq "slot numbers" .
706These do not refer to the geographic location of PCI devices,
707but to the device number assigned by the combination of the PCI IDSEL
708mechanism and the platform firmware.
709This should be taken note of when working with the kernel PCI code.