Statistics
| Branch: | Revision:

root / pc-bios / bios-pq / 0016-use-correct-mask-to-size-pci-option-rom-bar.patch @ f452095e

History | View | Annotate | Download (1.1 kB)

# Date Author Comment
00070396 05/22/2009 06:50 pm Anthony Liguori

bios: Use the correct mask to size the PCI option ROM BAR

Bit 0 is the enable bit, which we not only don't want to set, but
it will stick and make us think it's an I/O port resource.

Signed-off-by: Alex Williamson <>
Signed-off-by: Anthony Liguori <>