]> xenbits.xensource.com Git - seabios.git/commit
uhci: Convert to new PCI BAR helper functions
authorKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 03:29:49 +0000 (22:29 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 3 Feb 2016 04:16:41 +0000 (23:16 -0500)
commita46fdbfc68520a7da23bc6e87310c4f372f00fd7
treefdb4b4b6aa655eb40c77b15faf98ddde0427752c
parent466615d0c2ae787f66ae1a7255aea40aaabfdbc1
uhci: Convert to new PCI BAR helper functions

Use the pci_enable_x() functions.

The uhci 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/usb-uhci.c