AHCI - DHRS interrupt does not stop command processing.
[dragonfly.git] / sys / dev / disk / ahci / ahci.c
2009-06-11 Matthew DillonAHCI - DHRS interrupt does not stop command processing.
2009-06-11 Matthew DillonAHCI - Initial Port Multiplier support + misc fixes...
2009-06-09 Matthew DillonAHCI - Better reset sequencing, bug fixes
2009-06-09 Matthew DillonAHCI - Add some small delays in the reset sequence.
2009-06-09 Matthew DillonAHCI - Improve hot-plug sequencing.
2009-06-09 Matthew DillonAHCI bug fixes ...
2009-06-07 Matthew DillonAHCI - Fix a polled command issue.
2009-06-07 Matthew DillonAHCI - properly initialize ccb_xa.flags in softreset...
2009-06-07 Matthew DillonAHCI - Implement ahci_xpt_poll() - fix livelock during...
2009-06-06 Matthew DillonAHCI - Hotplug. Increase timeout for BSY check, FIS...
2009-06-06 Matthew DillonAHCI - Hot Plug support, ATAPI IDENTIFY, CAM bus scan...
2009-06-06 Matthew DillonAHCI - Normalize console reporting of the port scan...
2009-06-06 Matthew DillonAHCI - Add conditional logic for wcache and rahead...
2009-06-04 Matthew DillonAHCI Driver port from OpenBSD to DragonFly - Initial...