aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* Add Intel Gemini Lake AHCI ID.Alexander Motin2021-01-151-0/+1
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-49/+186
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-283-17/+10
* Fix stupid math mistake in r366922.Alexander Motin2020-11-211-1/+1
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-6/+8
* Move the iommu stubs to a generic place, so they are available on all theRuslan Bukin2020-10-231-4/+0
* Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin2020-10-221-3/+3
* Fix build: only set iommu buswide flag if IOMMU code is included.Ruslan Bukin2020-10-191-0/+4
* Add IOMMU_BUSWIDE ahci quirk.Ruslan Bukin2020-10-192-14/+42
* ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)Emmanuel Vadot2020-09-301-0/+17
* ahci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+0
* Add Intel Apollo Lake AHCI ID.Alexander Motin2020-08-061-0/+1
* Limit AHCI to only one MSI if more is not needed.Alexander Motin2020-06-051-1/+5
* Introduce a driver for NXP LS1046A SoC AHCI.Marcin Wojtas2020-05-251-0/+287
* Add support for AHCI BIOS/OS Handoff.Alexander Motin2020-04-012-0/+27
* Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-011-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Add Hygon PCI ID and description for AHCI SATA controller.Alexander Motin2020-02-141-0/+1
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-11-261-0/+4
* Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-08-282-20/+24
* Create a AHCI attachment for nvme.Warner Losh2019-08-213-5/+82
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-233-36/+145
* ahci: Check if bus is cache-coherentEmmanuel Vadot2019-05-101-0/+7
* Add some Cannon Lake chipset IDs.Alexander Motin2019-03-201-0/+2
* Fix use of busdma(9) KPI in ahci(4).Konstantin Belousov2019-01-071-16/+24
* Remove questionable initialization for ICH8M, rely on BIOS to properlyXin LI2018-12-111-4/+1
* Implement ability to turn on/off PHYs for AHCI devices.Warner Losh2018-11-032-3/+49
* - Add quirk for Samsung on Mac Mini 7,1Martin Wilke2018-11-021-0/+1
* 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