ahci: Use MSI if device support it.
[dragonfly.git] / sys / dev / disk / ahci / ahci_attach.c
2011-12-27 Sepherosa Ziehauahci: Use MSI if device support it.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-04-10 Matthew Dillonkernel - Adjust AHCI to properly report SATA-III support
2010-09-19 Matthew Dillonkernel - Report more AHCI revs in the switch
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
2009-08-19 Matthew DillonAHCI - Fix interrupt enablement sequencing
2009-08-17 Matthew DillonAHCI - Chip reset, Inquiry alignment, ATAPI adjustments...
2009-07-08 Matthew DillonAHCI - Do not try to attach as AHCI unless INTEL part...
2009-07-01 Matthew DillonAHCI - Move some intel-specific magic writes to intel...
2009-06-19 Matthew DillonAHCI - Intel fixes, error processing fixes.
2009-06-15 Matthew DillonAHCI - add new kenv "hint.ahci.nofeatures"
2009-06-13 Matthew DillonAHCI - Fix PM probing issues, wait 10 seconds on physic...
2009-06-13 Matthew DillonAHCI - Port multiplier plug/unplug work, tuning, cleanu...
2009-06-12 Matthew DillonAHCI - Implement parallel port scan and thread each...
2009-06-12 Matthew DillonAHCI - Add Port Multiplier HOTPLUG support
2009-06-04 Matthew DillonAHCI Driver port from OpenBSD to DragonFly - Initial...