diff options
Diffstat (limited to 'usr/src/man/man4/pci.4')
-rw-r--r-- | usr/src/man/man4/pci.4 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/man/man4/pci.4 b/usr/src/man/man4/pci.4 index 6d5b2c27cf..7df0d6be9a 100644 --- a/usr/src/man/man4/pci.4 +++ b/usr/src/man/man4/pci.4 @@ -3,11 +3,10 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PCI 4 "May 13, 2005" +.TH PCI 4 "May 13, 2017" .SH NAME pci, pcie \- configuration files for PCI and PCI Express device drivers .SH DESCRIPTION -.sp .LP The Peripheral Component Interconnect (PCI) bus is a little endian bus. PCI Express (PCIe) and PCI-X are successors to PCI. All three types of devices @@ -239,7 +238,6 @@ device. As before, the logical bus is identified by the pathname of the parent of the device. The device has a device number of 2, and a function number of 1. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -255,7 +253,6 @@ Architecture SPARC, x86 .TE .SH SEE ALSO -.sp .LP \fBdriver.conf\fR(4), \fBattributes\fR(5), \fBddi_intr_add_handler\fR(9F), \fBddi_prop_lookup\fR(9F), \fBddi_regs_map_setup\fR(9F) @@ -265,11 +262,7 @@ Architecture SPARC, x86 .sp .LP \fIIEEE 1275 PCI Bus Binding\fR -.sp -.LP -http://playground.sun.com/1275/bindings/pci/pci-express.txt .SH NOTES -.sp .LP PCIe devices support an extended configuration space unavailable to PCI devices. While PCIe devices can be operated using a PCI device driver, |