]> xenbits.xensource.com Git - seabios.git/commit
pvscsi: Convert to new PCI BAR helper functions
authorKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 03:21:49 +0000 (22:21 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 04:16:40 +0000 (23:16 -0500)
commit03f3b3e46182614d41d36fe49afcc1d18897c2ac
tree2af626039006409d27b217462aa00ae996427117
parent71f484488a8a2191f11a91690cf1e2438f9ff792
pvscsi: Convert to new PCI BAR helper functions

Use the pci_enable_x() functions.

The pvscsi controller code will now explicitly set PCI_COMMAND_MEMORY
instead of assuming it has already been enabled.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/pvscsi.c