aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci/ahci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: add AMD device id in RAID modeAndrey V. Elsukov2023-09-131-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* ahci: increase timoutMariusz Zaborski2023-02-131-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-271-0/+1
* Add some of Intel Alder Lake device IDs.Alexander Motin2021-11-131-0/+1
* 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-151-0/+1
* Move the iommu stubs to a generic place, so they are available on all theRuslan Bukin2020-10-231-4/+0
* 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-191-13/+39
* ahci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+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
* Add ID for JMicron JMB582/JMB585 AHCI controller.Alexander Motin2020-04-011-0/+2
* Add Hygon PCI ID and description for AHCI SATA controller.Alexander Motin2020-02-141-0/+1
* Add some IDs of Intel Wildcat Point-LP.Alexander Motin2019-11-261-0/+4
* Create a AHCI attachment for nvme.Warner Losh2019-08-211-0/+42
* Add some Cannon Lake chipset IDs.Alexander Motin2019-03-201-0/+2
* Remove questionable initialization for ICH8M, rely on BIOS to properlyXin LI2018-12-111-4/+1
* - 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
* 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
* 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
* 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-021-1/+0
* 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
* Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-04-181-9/+9
* Partially workaround ASMedia HBA error recovery.Alexander Motin2017-01-251-9/+9
* Add more ASMedia PCI IDs from different sources.Alexander Motin2016-11-281-2/+9
* JMicron JMB361 has only a single SATA portAndriy Gapon2016-08-201-1/+1
* Add some device IDs from Intel Sunrise Point chipsets.Alexander Motin2016-05-031-0/+9
* Add hint.ahci.X.quirks tunable for some odd cases.Alexander Motin2016-04-131-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Disable MSI-x for AHCI on Alpine plattformZbigniew Bodek2016-03-311-1/+4
* Allow AHCI driver attach to all known chips reporting RAID class.Alexander Motin2015-09-221-1/+4
* Introduce support for MSI-X interrupts in AHCIZbigniew Bodek2015-07-221-12/+113
* Disable port multiplier support on Marvell 88SE61xx chips.Alexander Motin2015-07-021-8/+8
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-4/+4
* Introduce Annapurna Labs AHCI supportZbigniew Bodek2015-03-171-0/+1
* Update ThunderX SATA quirkEd Maste2015-03-041-1/+1
* Add a quirk to limit AHCI MSI vectors to oneSteven Hartland2015-02-011-8/+16
* Add quirk to override default BAR(5) rid for AHCI.Konstantin Belousov2015-01-131-2/+7
* - Const'ify the ahci_ids table.Marius Strobl2014-12-281-5/+5