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