diff options
author | Yinghai Lu <yhlu.kernel.send@gmail.com> | 2008-03-27 01:31:18 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2008-05-05 09:22:08 -0700 |
commit | 13a6ddb08e58a1bd344da7898c4e2f13bdf18c2f (patch) | |
tree | db03ea7d9976483c49b764044a6f56ed244629b5 /Documentation | |
parent | 70b9f7dc1435412ca2b89b13a8353bd9915a7189 (diff) | |
download | op-kernel-dev-13a6ddb08e58a1bd344da7898c4e2f13bdf18c2f.zip op-kernel-dev-13a6ddb08e58a1bd344da7898c4e2f13bdf18c2f.tar.gz |
x86/pci: add pci=skip_isa_align command lines.
so we don't align the io port start address for pci cards.
also move out dmi check out acpi.c, because it has nothing to do with acpi.
it could spare some calling when we have several peer root buses.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 3ce193f..15d8216 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1518,6 +1518,8 @@ and is between 256 and 4096 characters. It is defined in the file This is normally done in pci_enable_device(), so this option is a temporary workaround for broken drivers that don't call it. + skip_isa_align [X86] do not align io start addr, so can + handle more pci cards firmware [ARM] Do not re-enumerate the bus but instead just use the configuration from the bootloader. This is currently used on |