aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-141-0/+5
* Add Intel Gemini Lake AHCI ID.Alexander Motin2021-01-221-0/+1
* MFC r366922, r367915, r367916:Alexander Motin2020-11-241-3/+3
* MFC r367261: Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-091-6/+8
* MFC r363955: Add Intel Apollo Lake AHCI ID.Alexander Motin2020-08-131-0/+1
* MFC r361816: Limit AHCI to only one MSI if more is not needed.Alexander Motin2020-06-191-1/+5
* MFC r347440, r347929-r347930, r349588Emmanuel Vadot2020-06-161-0/+7
* MFC r359499: Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-152-0/+27
* MFC r359499: Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-151-0/+2
* MFC r357919: Add Hygon PCI ID and description for AHCI SATA controller.Alexander Motin2020-02-211-0/+1
* MFC r355113: Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-12-031-0/+4
* MFC r351589: Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-11-202-20/+24
* MFC r351356:Warner Losh2019-09-053-5/+82
* MFC r349321: Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-07-083-36/+145
* MFC r341811 (by delphij):Alexander Motin2019-07-081-4/+1
* MFC r340092 (by imp): Implement ability to turn on/off PHYs for AHCI devices.Alexander Motin2019-07-082-3/+49
* MFC r340041 (by miwi): - Add quirk for Samsung on Mac Mini 7,1Alexander Motin2019-07-081-0/+1
* MFC r345333: Add some Cannon Lake chipset IDs.Alexander Motin2019-04-031-0/+2
* MFC r342826:Konstantin Belousov2019-01-141-16/+24
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Fixed endianess issue in AHCI driverLeandro Lupori2018-07-271-3/+5
* Add PCI IDs for AMD X370 AHCI and XHCI.Mark Johnston2018-07-121-1/+2
* Add PNP info to the PCI attachment of the ahci driverWarner Losh2018-06-131-0/+3
* Fix kernel modules names for Marvell armv7Marcin Wojtas2018-04-031-2/+2
* Add AHCI/XHCI device IDs found on AMD 1950X+X399 systemConrad Meyer2017-12-291-0/+1
* Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.Alexander Motin2017-12-221-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Add some PCI IDs found on AMD Epyc system.Alexander Motin2017-11-091-0/+5
* Define a single instance of ahci_devclass and reference it from all theIan Lepore2017-10-024-2/+6
* Add support for AHCI in Armada 3700Marcin Wojtas2017-09-091-3/+4
* Missing remanant of 322309.Alexander Motin2017-08-091-1/+1
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-091-6/+6
* Add new Intel Lewisburg and Union Point chipset PCI IDs.Alexander Motin2017-08-091-11/+23
* Add some device IDs for Intel Denverton SoCs.Alexander Motin2017-06-211-0/+20
* Check if the device is marked as dma-coherent in the FDT, and if so, letOlivier Houchard2017-04-263-1/+7
* Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-04-183-11/+15
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Partially workaround ASMedia HBA error recovery.Alexander Motin2017-01-253-13/+26
* Extend AHCI_Q_BIT_STRING after adding new quirk for softWojciech Macek2017-01-251-1/+2
* Add support for AHCI on ARMADA38XWojciech Macek2017-01-251-0/+156
* Enable optional soft reset in AHCIWojciech Macek2017-01-252-0/+9
* Add an ACPI attachment to the existing ahci_generic driver. This is usedAndrew Turner2017-01-101-14/+74
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* Add more ASMedia PCI IDs from different sources.Alexander Motin2016-11-281-2/+9
* Process port interrupt even is PxIS register is zero.Alexander Motin2016-11-281-4/+0
* Fix channel initialization in FBS mode.Alexander Motin2016-09-071-15/+15
* JMicron JMB361 has only a single SATA portAndriy Gapon2016-08-201-1/+1
* In AHCI_IRQ_MODE_AFTER mode do not clear interrupts below.Alexander Motin2016-07-171-0/+1