AHCI - go back to reading the EINFO register, check for unexpected EINFO bits
[dragonfly.git] / sys / dev / disk / ahci / ahci.c
2009-06-16 Matthew DillonAHCI - go back to reading the EINFO register, check...
2009-06-15 Matthew DillonAHCI - Add additional information in the CMD TIMEOUT...
2009-06-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-14 Matthew DillonAHCI - Minor console output spew cleanup
2009-06-14 Matthew DillonAHCI - Bug fixes - primary port probe and TFD flushing.
2009-06-14 Matthew DillonAHCI - Implement better timeout semantics, fix bug...
2009-06-13 Matthew DillonAHCI - Port Multiplier bug fixes
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Matthew DillonAHCI - fix minor bug in last commit.
2009-06-13 Matthew DillonAHCI - Fix PM probing issues, wait 10 seconds on physic...
2009-06-13 Matthew DillonAHCI - fixes to ahci_port_init()
2009-06-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-13 Matthew DillonAHCI - Port multiplier plug/unplug work, tuning, cleanu...
2009-06-12 Matthew DillonAHCI - Fix a bug in ahci_port_intr() when blockable...
2009-06-12 Matthew DillonAHCI - Implement parallel port scan and thread each...
2009-06-12 Matthew DillonAHCI - Fix CAM reentrancy problem, work-around HW async...
2009-06-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-12 Matthew DillonAHCI - Add Port Multiplier HOTPLUG support
2009-06-11 Matthew DillonAHCI - Try to salvage port on PM target failure.
2009-06-11 Matthew DillonAHCI - DHRS interrupt does not stop command processing.
2009-06-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-11 Matthew DillonAHCI - Initial Port Multiplier support + misc fixes...
2009-06-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 & enhancements. port_init, port_stop...
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-07 Matthew DillonAHCI - Fix a polled command issue.
2009-06-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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...