aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index ab36fb34ed01..4fa4c9ff04ae 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3000,7 +3000,7 @@
3000 or a set of devices (<pci_dev>). These are 3000 or a set of devices (<pci_dev>). These are
3001 specified in one of the following formats: 3001 specified in one of the following formats:
3002 3002
3003 [<domain>:]<bus>:<device>.<func> 3003 [<domain>:]<bus>:<dev>.<func>[/<dev>.<func>]*
3004 pci:<vendor>:<device>[:<subvendor>:<subdevice>] 3004 pci:<vendor>:<device>[:<subvendor>:<subdevice>]
3005 3005
3006 Note: the first format specifies a PCI 3006 Note: the first format specifies a PCI
@@ -3009,7 +3009,11 @@
3009 firmware changes, or due to changes caused 3009 firmware changes, or due to changes caused
3010 by other kernel parameters. If the 3010 by other kernel parameters. If the
3011 domain is left unspecified, it is 3011 domain is left unspecified, it is
3012 taken to be zero. The second format 3012 taken to be zero. Optionally, a path
3013 to a device through multiple device/function
3014 addresses can be specified after the base
3015 address (this is more robust against
3016 renumbering issues). The second format
3013 selects devices using IDs from the 3017 selects devices using IDs from the
3014 configuration space which may match multiple 3018 configuration space which may match multiple
3015 devices in the system. 3019 devices in the system.