aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/PCI/PCIEBUS-HOWTO.txt
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-20 17:40:43 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-20 17:40:43 +0100
commit3b6f7b9beb553ea71a6d4d76ba82cf32eb6dadd2 (patch)
tree2cd8a8d61f350aa3b00e6b0afc998544923f183e /Documentation/PCI/PCIEBUS-HOWTO.txt
parentx86, apic: separate 32-bit setup functionality out of apic_32.c (diff)
parentx86: use the right protections for split-up pagetables (diff)
downloadlinux-dev-3b6f7b9beb553ea71a6d4d76ba82cf32eb6dadd2.tar.xz
linux-dev-3b6f7b9beb553ea71a6d4d76ba82cf32eb6dadd2.zip
Merge branch 'x86/urgent' into x86/core
Diffstat (limited to 'Documentation/PCI/PCIEBUS-HOWTO.txt')
-rw-r--r--Documentation/PCI/PCIEBUS-HOWTO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/PCIEBUS-HOWTO.txt b/Documentation/PCI/PCIEBUS-HOWTO.txt
index 9a07e38631b0..6bd5f372adec 100644
--- a/Documentation/PCI/PCIEBUS-HOWTO.txt
+++ b/Documentation/PCI/PCIEBUS-HOWTO.txt
@@ -93,7 +93,7 @@ the PCI Express Port Bus driver from loading a service driver.
int pcie_port_service_register(struct pcie_port_service_driver *new)
-This API replaces the Linux Driver Model's pci_module_init API. A
+This API replaces the Linux Driver Model's pci_register_driver API. A
service driver should always calls pcie_port_service_register at
module init. Note that after service driver being loaded, calls
such as pci_enable_device(dev) and pci_set_master(dev) are no longer