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
/
ic
/
ahci.c
Age
Commit message (
Expand
)
Author
2016-03-10
Enforce some naming sanity. Stop using 'sc_link' to mean two different
Kenneth R Westerback
2015-10-04
Fix memory leak in error path.
Jonathan Matthew
2015-08-27
sizes for free()
Theo de Raadt
2015-03-21
Print speeds consistently.
Martin Pieuchot
2015-03-12
Print the current link speed for SATA devices attached on ahci(4).
Bryan Steele
2015-02-11
include extended capabilities in ahci debug output
Jonathan Matthew
2015-02-11
recognise ahci 1.3.1
Jonathan Matthew
2014-12-03
Turn ahci port start into a callback so sxiahci can do some magic to
Jonathan Gray
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-26
Work around compatibility problems with Intel ahci and Intel SSDs by retrying
Jonathan Matthew
2014-04-14
move the hardware structures into ahcireg.h.
David Gwynne
2014-03-31
move the last htoleXX things to htolemXX where possible.
David Gwynne
2014-03-31
ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.
David Gwynne
2014-03-31
replace bzero with memset
David Gwynne
2014-03-31
massage the prdt (what an sgl is on every other chip) loading with
David Gwynne
2014-03-28
Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of
Martin Pieuchot
2014-02-13
fix previous errorneous constants (compiled against the old header)
pelikan
2014-02-13
Recognize SATA-III ports in dmesg.
pelikan
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-06
teach the side-effect free drivers about the partition they are dealing
Theo de Raadt
2013-07-09
pay attention to the #ifdef
Theo de Raadt
2013-07-09
move AHCI_DEBUG stuff into ahci.c so we can build with it enabled again
Jonathan Matthew
2013-01-21
Split AHCI in order to support devices which are not attached via pci.
Patrick Wildt