summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ahci_pci.c
AgeCommit message (Expand)Author
2022-03-11Constify struct cfattach.Martin Pieuchot
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-01-03Add ASMedia ASM1061 SATA to the list of devices as it is an AHCI controllerMark Kettenis
2017-05-27remove #ifdef HIBERNATE section that declares stuff that lives in ahci.cJonathan Matthew
2016-01-14regenDavid Gwynne
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-27Seems the Samsung SM951 PCIe SSD needs the same quirk as other Samsung SSDs.Mark Kettenis
2015-01-26Update the Samsung SSD controller comment.Brad Smith
2014-12-04Disable MSI with the Samsung S4LN053X01 SSD controller as found in someBrad Smith
2014-12-04Simplify the MSI bits a bit.Brad Smith
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-01-02disable MSI for Samsung XP941.Gilles Chehade
2013-02-19Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode.Brad Smith
2013-01-21Split AHCI in order to support devices which are not attached via pci.Patrick Wildt