kernel - Adjust AHCI driver to deal with AMD braindamage / 880G chipset
[dragonfly.git] / sys / dev / disk / ahci / ahci.c
2010-09-17 Matthew Dillonkernel - Adjust AHCI driver to deal with AMD braindamag...
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
2010-05-22 Matthew DillonAHCI - Fix use of error ccb in error path
2010-03-12 Matthew Dillonkernel - AHCI - enable AHCI device initiated power...
2010-02-05 Matthew DillonAHCI - Fix minor bug. Also AHCI/SILI - use ATA_F_EXCLU...
2009-10-01 Matthew DillonAHCI - Minor fixes
2009-09-15 Matthew DillonAHCI - Note on previous commit, power management support.
2009-09-14 Matthew DillonAHCI - No longer cycle the port during port initialization
2009-08-19 Matthew DillonAHCI - Fix interrupt enablement sequencing
2009-08-19 Matthew DillonAHCI - Fix bricking issue with older chipsets on boot.
2009-08-17 Matthew DillonAHCI - Chip reset, Inquiry alignment, ATAPI adjustments...
2009-07-07 Matthew DillonAHCI - Set AE before doing hard reset (HR).
2009-07-01 Matthew DillonAHCI - ATAPI adjustments.
2009-06-26 Matthew DillonAHCI - Reduce console spew
2009-06-19 Matthew DillonAHCI - Correct prdbc warning.
2009-06-19 Matthew DillonAHCI - Intel fixes, error processing fixes.
2009-06-17 Matthew DillonAHCI - Remove DIAGNOSTICs
2009-06-17 Matthew DillonAHCI - Bring fixes in from SILI.
2009-06-16 Matthew DillonAHCI - separate pmreg.h out, always zero the FIS in...
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 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 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 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 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 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...