aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
Commit message (Expand)AuthorAgeFilesLines
* ahci: increase timoutMariusz Zaborski2023-02-103-6/+12
* ahci(4): Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-201-0/+1
* ahci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-15/+6
* Remove unused ahci_devclass.John Baldwin2022-05-064-8/+9
* ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin2022-03-051-1/+2
* ahci(4): Allow enclosure emulation without hardware.Alexander Motin2021-12-172-15/+28
* ahci: Add Intel Comet Lake RAID/RST controller PCI IDAdrian Chadd2021-12-051-0/+1
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-061-0/+1
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-236-11/+10
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-071-0/+5
* 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