]> Git Repo - linux.git/commit - include/linux/pci.h
PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options
authorAtsushi Nemoto <[email protected]>
Tue, 6 Feb 2007 00:36:06 +0000 (16:36 -0800)
committerGreg Kroah-Hartman <[email protected]>
Fri, 16 Feb 2007 23:30:10 +0000 (15:30 -0800)
commit4516a618a76eae6eb1b37259ad49f39b7b7f33d8
tree9122bdc9e596064542f14b23450ac24e18af1c4d
parent26ba05e4c66ad3fafe08412ffcf8c328cc4640b0
PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot options

CARDBUS_MEM_SIZE was increased to 64MB on 2.6.20-rc2, but larger size might
result in allocation failure for the reserving itself on some platforms
(for example typical 32bit MIPS).  Make it (and CARDBUS_IO_SIZE too)
customizable by "pci=" option for such platforms.

Signed-off-by: Atsushi Nemoto <[email protected]>
Cc: Daniel Ritz <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Dominik Brodowski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/kernel-parameters.txt
drivers/pci/pci.c
drivers/pci/setup-bus.c
include/linux/pci.h
This page took 0.054708 seconds and 4 git commands to generate.