]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
dom0 linux: Fix descriptions in kernel-parameters.txt
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 19 Mar 2009 10:05:39 +0000 (10:05 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 19 Mar 2009 10:05:39 +0000 (10:05 +0000)
Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
Documentation/kernel-parameters.txt

index 98ecb10ccbc7625c37ef03ec5d0b351cc1d27147..df7e76a0a9881c894ce168fc5b8d481ddf4b6865 100644 (file)
@@ -575,6 +575,13 @@ running once the system is up.
 
        gt96100eth=     [NET] MIPS GT96100 Advanced Communication Controller
 
+       guestdev=       [PCI,ACPI]
+                       Format: <device path>[,<device path>[,...]]
+                       Format of device path: <hid>[:<uid>]-<dev>.<func>[-<dev>.<func>[...]]
+                       Specifies PCI device for guest domain.
+                       If PCI-PCI bridge is specified, all PCI devices
+                       behind PCI-PCI bridge are reserved.
+
        gus=            [HW,OSS]
                        Format: <io>,<irq>,<dma>,<dma16>
 
@@ -1240,21 +1247,6 @@ running once the system is up.
                                bootloader. This is currently used on
                                IXP2000 systems where the bus has to be
                                configured a certain way for adjunct CPUs.
-               reassigndev=
-                               Format: [<segment>:]<bus>:<dev>.<func>[,[<segment>:]<bus>:<dev>.<func>[,...]]
-                               Specifies device to reassign page-aligned memory
-                               resources. PCI-PCI bridge can be specified, if
-                               resource windows need to be expanded.
-               reassign_resources
-                               Use guestdev parameter to reassign device's
-                               resources.
-               guestdev=
-                               Format: <device path>[,<device path>[,...]]
-                               Format of device path: <hid>[:<uid>]-<dev>.<func>[-<dev>.<func>[...]]
-                               Specifies PCI device for guest domain.
-                               If PCI-PCI bridge is specified, all
-                               PCI devices behind PCI-PCI bridge are
-                               reserved.
 
        pcmv=           [HW,PCMCIA] BadgePAD 4
 
@@ -1372,6 +1364,16 @@ running once the system is up.
                        Run specified binary instead of /init from the ramdisk,
                        used for early userspace startup. See initrd.
 
+       reassigndev=    [PCI]
+                       Format: [<segment>:]<bus>:<dev>.<func>[,[<segment>:]<bus>:<dev>.<func>[,...]]
+                       Specifies device to reassign page-aligned memory
+                       resources. PCI-PCI bridge can be specified, if
+                       resource windows need to be expanded.
+
+       reassign_resources
+                       [PCI,ACPI] Use guestdev parameter to reassign device's
+                       resources.
+
        reboot=         [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode
                        Format: <reboot_mode>[,<reboot_mode2>[,...]]
                        See arch/*/kernel/reboot.c.