summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ahci_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoidskettenis2018-08-031-4/+3
* Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controllerkettenis2018-01-031-1/+3
* remove #ifdef HIBERNATE section that declares stuff that lives in ahci.cjmatthew2017-05-271-19/+1
* regendlg2016-01-141-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Seems the Samsung SM951 PCIe SSD needs the same quirk as other Samsung SSDs.kettenis2015-02-271-1/+3
* Update the Samsung SSD controller comment.brad2015-01-261-3/+4
* Disable MSI with the Samsung S4LN053X01 SSD controller as found in somebrad2014-12-041-1/+11
* Simplify the MSI bits a bit.brad2014-12-041-6/+5
* remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt2014-07-101-2/+1
* move the hardware structures into ahcireg.h.dlg2014-04-141-1/+2
* Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofmpi2014-03-281-2/+2
* disable MSI for Samsung XP941.gilles2014-01-021-2/+18
* Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode.brad2013-02-191-37/+1
* Split AHCI in order to support devices which are not attached via pci.patrick2013-01-211-0/+463