MFC r207511:
Enable PCI busmastering explicitly to be sure.
This commit is contained in:
parent
cec8a76df6
commit
779c0098fa
@ -340,6 +340,7 @@ ahci_attach(device_t dev)
|
||||
rman_fini(&ctlr->sc_iomem);
|
||||
return (error);
|
||||
}
|
||||
pci_enable_busmaster(dev);
|
||||
/* Reset controller */
|
||||
if ((error = ahci_ctlr_reset(dev)) != 0) {
|
||||
bus_release_resource(dev, SYS_RES_MEMORY, ctlr->r_rid, ctlr->r_mem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user