commit | 706eb8999ddf065f721aba7fee924fb2d4bfaba1 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Feb 02 22:28:06 2016 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Feb 02 23:16:41 2016 -0500 |
tree | 24c28f18492da9beb4a2d05a58529911b6236ddb | |
parent | 46561b0844dbdc2c7d4abc70e5fe0df6ef6cb29d [diff] |
ehci: Convert to new PCI BAR helper functions Use the pci_enable_x() functions. The ehci 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>