• Jeff Garzik's avatar
    [libata sata_mv] do not enable PCI MSI by default · ddef9bb3
    Jeff Garzik authored
    Several bug reports have come in, noting that disabling CONFIG_PCI_MSI
    has fixed their problems with this driver.  This may be generic system
    issues, but there is also the probability of unimplemented hardware
    errata workarounds.  Until this ream of bug reports is sorted out, we
    can get them going in non-MSI interrupt mode.
    
    As such, this change adds an 'msi' module option, which defaults to off.
    ddef9bb3
sata_mv.c 58.9 KB