PCI: Document hpiosize= and hpmemsize= resource reservation parameters
authorYijing Wang <wangyijing@huawei.com>
Wed, 23 Jan 2013 12:29:06 +0000 (20:29 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jan 2013 16:07:33 +0000 (09:07 -0700)
Document PCI hotplug resource reservation parameters hpiosize and
hpmemsize.  These parameters override default hotplug I/O size (256 bytes)
and default mem size (2M).

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/kernel-parameters.txt

index 363e348bff9b93598587710de952a22c89f12bbe..69f97a83660058b1a036051db3e86da2bfc63576 100644 (file)
@@ -2248,6 +2248,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
                                the default.
                                off: Turn ECRC off
                                on: Turn ECRC on.
+               hpiosize=nn[KMG]        The fixed amount of bus space which is
+                               reserved for hotplug bridge's IO window.
+                               Default size is 256 bytes.
+               hpmemsize=nn[KMG]       The fixed amount of bus space which is
+                               reserved for hotplug bridge's memory window.
+                               Default size is 2 megabytes.
                realloc=        Enable/disable reallocating PCI bridge resources
                                if allocations done by BIOS are too small to
                                accommodate resources required by all child
This page took 0.029198 seconds and 5 git commands to generate.