]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Disable cardbus bridge MEM1 prefetchable bit
authorYinghai Lu <yinghai@kernel.org>
Fri, 10 Feb 2012 23:33:46 +0000 (15:33 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 23 Feb 2012 19:59:45 +0000 (11:59 -0800)
commitd056b1611c28797fa6fb292e869f5c04eb63ee7a
tree0801a6c7dbbcc2ac3ba05b59e506ebf6cc5d3df7
parentca8974baebfda3e33f43e602cd0d583e8aa97be1
PCI: Disable cardbus bridge MEM1 prefetchable bit

Some BIOSes enable prefetch on both MEM0 and MEM1.  But the cardbus code
assumes MEM1 is non-pref...

Discussion could be found at:
https://lkml.org/lkml/2012/1/12/1
https://bugzilla.kernel.org/show_bug.cgi?id=41622#c23

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Tested-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-bus.c