summaryrefslogtreecommitdiffstats
path: root/share/man/man4/pci.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2008-01-05 23:21:32 +0000
committerbrueffer <brueffer@FreeBSD.org>2008-01-05 23:21:32 +0000
commit1e66d9ea4269066d1c4af6507d4ca21f743ffd34 (patch)
tree7044b3dda7c518d5f82e6c66bb986cfdd7aba9eb /share/man/man4/pci.4
parent237cf99d30fe363322d682db7669c480c6d0af9a (diff)
downloadFreeBSD-src-1e66d9ea4269066d1c4af6507d4ca21f743ffd34.zip
FreeBSD-src-1e66d9ea4269066d1c4af6507d4ca21f743ffd34.tar.gz
Clean up after previous commit (typo fixes, removed contractions,
utilized .Tn and capitalized PCI).
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r--share/man/man4/pci.424
1 files changed, 18 insertions, 6 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index cf3b483..6671f0b 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -57,18 +57,30 @@ crash a machine or cause data loss.
.Pp
The
.Nm
-driver implements the pci bus in the kernel.
-It enumerates and devices on the pci bus and gives pci client drivers the
-chance to attach to them.
-It assigns resources to children, when the BIOS doesn't.
+driver implements the
+.Tn PCI
+bus in the kernel.
+It enumerates any devices on the
+.Tn PCI
+bus and gives
+.Tn PCI
+client drivers the chance to attach to them.
+It assigns resources to children, when the BIOS does not.
It takes care of routing interrupts when necessary.
-It reprobes the unattached pci children when pci client drivers are dynamically
+It reprobes the unattached
+.Tn PCI
+children when
+.Tn PCI
+client drivers are dynamically
loaded at runtime.
.Sh KERNEL CONFIGURATION
The
.Nm
device is included in the kernel as described in the SYNOPSIS section.
-The pci driver cannot be built as a kld.
+The
+.Nm
+driver cannot be built as a
+.Xr kld 4 .
.Sh IOCTLS
The following
.Xr ioctl 2
OpenPOWER on IntegriCloud