From: Michael S. Tsirkin Date: Thu, 29 Oct 2009 15:24:59 +0000 (+0200) Subject: PCI: fix nit in ROM BAR size probing X-Git-Tag: v2.6.33-rc1~321^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed6743918abbec69c0f0b725fa56e3c3248bbab;p=pandora-kernel.git PCI: fix nit in ROM BAR size probing When probing for ROM BAR size, we should not change bits 1:10 in this BAR, because these bits are marked as "reserved for future use" in PCI spec, so changing them might have side effects. No such issue for I/O or memory, as there is an implementation note in PCI spec which explicitly allows writing 0xfffffffff there. Signed-off-by: Michael S. Tsirkin Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed