summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahci/ahci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r327364, r334293marius2018-05-311-0/+1
* MFC r324186:ian2018-03-241-1/+0
* MFC r320178:eadler2018-03-191-0/+20
* MFC r327094: Add AHCI/XHCI device IDs found on AMD Ryzen+B350 system.mav2018-01-051-0/+1
* MFC r325571: Add some PCI IDs found on AMD Epyc system.mav2017-11-231-0/+5
* MFC r322309, r322316:mav2017-08-161-6/+6
* MFC r322308: Add new Intel Lewisburg and Union Point chipset PCI IDs.mav2017-08-161-11/+23
* MFC r317080: Block FPDMA TRIM for ASMedia HBAs.mav2017-05-021-9/+9
* MFC r312767: Partially workaround ASMedia HBA error recovery.mav2017-02-081-9/+9
* MFC r309252: Add more ASMedia PCI IDs from different sources.mav2017-01-101-2/+9
* MFC r304521: JMicron JMB361 has only a single SATA portavg2016-08-231-1/+1
* Add some device IDs from Intel Sunrise Point chipsets.mav2016-05-031-0/+9
* Add hint.ahci.X.quirks tunable for some odd cases.mav2016-04-131-0/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Disable MSI-x for AHCI on Alpine plattformzbb2016-03-311-1/+4
* Allow AHCI driver attach to all known chips reporting RAID class.mav2015-09-221-1/+4
* Introduce support for MSI-X interrupts in AHCIzbb2015-07-221-12/+113
* Disable port multiplier support on Marvell 88SE61xx chips.mav2015-07-021-8/+8
* Reduce priority of ATA/SATA drivers.mav2015-03-231-4/+4
* Introduce Annapurna Labs AHCI supportzbb2015-03-171-0/+1
* Update ThunderX SATA quirkemaste2015-03-041-1/+1
* Add a quirk to limit AHCI MSI vectors to onesmh2015-02-011-8/+16
* Add quirk to override default BAR(5) rid for AHCI.kib2015-01-131-2/+7
* - Const'ify the ahci_ids table.marius2014-12-281-5/+5
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-261-0/+8
* Add PCI ID for Promise TX8660 8-port 3Gbps HBA.mav2014-09-101-0/+1
* Restore order of interrupt setup. Minor problems can result byimp2014-09-061-7/+0
* Invert AHCI_Q_NOBSYRES quirk meaning, waiting for readiness by default.mav2014-09-051-25/+25
* Separate out PCI attachment from the main AHCI driver. Move checks ofimp2014-09-041-0/+507
OpenPOWER on IntegriCloud