]> xenbits.xensource.com Git - seabios.git/commit
lsi-scsi: Convert to new PCI BAR helper functions
authorKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 03:18:54 +0000 (22:18 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 04:16:40 +0000 (23:16 -0500)
commit5f7f3419bd2c99c745bd9b75d3b1aee436705d96
tree315691ea2b6eb7b54e79fcdaae4daeb395f2f6a5
parentf51388da734e39af1ac2ef9a18b5cd3e30eb15b1
lsi-scsi: Convert to new PCI BAR helper functions

Use the pci_enable_x() functions.

The lsi-scsi controller code will now explicitly set PCI_COMMAND_IO
instead of assuming it has already been enabled.

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