| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r288111: Allow AHCI driver attach to all known chips reporting RAID class. | mav | 2015-09-29 | 1 | -1/+4 |
* | MFC r285020: Disable port multiplier support on Marvell 88SE61xx chips. | mav | 2015-08-22 | 1 | -8/+8 |
* | MFC r283936: Restore AHCI quirks printing as base16. | mav | 2015-06-05 | 1 | -1/+1 |
* | MFC r280393: Reduce priority of ATA/SATA drivers. | mav | 2015-04-06 | 3 | -6/+6 |
* | MFC r279963: Fix SATA Gen3 speed constants. | mav | 2015-03-20 | 1 | -2/+2 |
* | MFC r271146,271201,271207,271261,271457,272606,277100,277126,278034,279320, | mav | 2015-03-12 | 4 | -695/+811 |
* | MFC r270833 (by imp): | mav | 2015-03-12 | 1 | -1/+1 |
* | MFC: r276344 | marius | 2015-02-08 | 2 | -9/+9 |
* | MFC r276012: | smh | 2015-01-12 | 2 | -11/+20 |
* | MFC r274188, r274189: | ian | 2014-12-26 | 1 | -1/+1 |
* | MFC r272223: | smh | 2014-12-21 | 1 | -2/+8 |
* | MFC r274819: | smh | 2014-12-21 | 1 | -8/+8 |
* | MFC r275101: | mav | 2014-12-03 | 1 | -0/+8 |
* | MFC r271403: Add PCI ID for Promise TX8660 8-port 3Gbps HBA. | mav | 2014-09-17 | 1 | -0/+1 |
* | MFC r271163, 271196: | mav | 2014-09-13 | 1 | -31/+36 |
* | MFC r260161, r260163, r260165, r260166, r260189 | ian | 2014-05-14 | 1 | -0/+7 |
* | MFC r264610: | mav | 2014-05-06 | 1 | -7/+7 |
* | MFC r260830: | mav | 2014-05-06 | 1 | -0/+1 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | MFC Alexander Motin's direct dispatch, multi-queue, and finer-grained | scottl | 2014-01-07 | 2 | -49/+121 |
* | MFC r258173: | mav | 2014-01-05 | 2 | -2/+18 |
* | MFC r258162: | mav | 2014-01-05 | 1 | -12/+45 |
* | MFC r259222: | mav | 2013-12-25 | 1 | -1/+3 |
* | Support the PCI-Express SSD in the new MacBook Air (model A1465) | gavin | 2013-08-28 | 1 | -0/+1 |
* | Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal. | mav | 2013-07-25 | 2 | -1/+9 |
* | Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. | jfv | 2013-07-19 | 1 | -0/+1 |
* | Add ID for Marvell 88SE9215 AHCI SATA controller. | mav | 2013-07-09 | 1 | -0/+1 |
* | Add one more ID of Marvell SATA controller. | mav | 2013-07-09 | 1 | -0/+1 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 1 | -0/+20 |
* | Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port | mav | 2013-05-02 | 1 | -0/+3 |
* | Create controller-level DMA tag, handling range of supported addresses. | mav | 2013-04-10 | 2 | -8/+28 |
* | Check status of ahci_em_reset() on attach and abort if reset failed. | mav | 2013-04-04 | 1 | -1/+4 |
* | Read Asynchronous Notification statuses only if Port Multiplier or ATAPI | mav | 2013-03-25 | 1 | -1/+2 |
* | Depending on combination of running commands (NCQ/non-NCQ) try to avoid | mav | 2013-03-25 | 1 | -5/+10 |
* | No need to erase all 64 bytes of CFIS area if we never use more then 16. | mav | 2013-03-24 | 1 | -4/+4 |
* | ahci(4) and siis(4) are ready to process the unmapped i/o requests | kib | 2013-03-19 | 1 | -1/+1 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -13/+2 |
* | Disable MSI interrupts for SB600 chipset. According to the report they are | mav | 2013-01-24 | 1 | -1/+4 |
* | Add Intel Lynx Point PCH SATA Controller Device IDs | jfv | 2013-01-02 | 1 | -0/+8 |
* | Add IDs for SATA controllers on AMD Hudson-2 series chipsets. | mav | 2012-12-12 | 1 | -0/+5 |
* | Announce diagnostic page 7 (Element Descriptor) support. | mav | 2012-11-07 | 1 | -1/+2 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 1 | -1/+1 |
* | Switch some PCI register reads from using magic numbers to using the names | gavin | 2012-09-19 | 1 | -1/+1 |
* | Fix AHCI 1.2 version checks. This should be mostly cosmetic. | mav | 2012-09-12 | 1 | -3/+3 |
* | Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers. | mav | 2012-08-30 | 1 | -0/+2 |
* | Return "locally assigned" Enclosure Logical Identifier instead of 8 zero | mav | 2012-08-25 | 1 | -0/+2 |
* | Refactor enclosure manegement support in ahci(4). Move it out into separate | mav | 2012-07-26 | 3 | -100/+656 |
* | Partially revert r236666: | mav | 2012-06-10 | 1 | -1/+1 |
* | Add IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2 6Gbps SATA controllers. | mav | 2012-06-08 | 1 | -0/+3 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -2/+2 |