aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Do not consider the last interrupt shared if there are enough interruptsAlexander Motin2016-07-171-1/+2
* Fix ahci(4) driver attach to controller with 32 ports.Alexander Motin2016-07-072-4/+4
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-2/+1
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-031-0/+9
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-4/+7