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
2022-04-09
atascsi: constify method tables
Christian Weisgerber
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
2020-03-14
ahci_get_pmp_ccb() returns a non-NULL pointer, fails a
Kenneth R Westerback
2020-03-14
Trailing whitespace, long lines, incorrect function names in
Kenneth R Westerback
2019-07-08
Remove some "set but not used" variables in ahci(4)'s hibernate code.
Mike Larkin
2019-06-25
Turn off the code which waits for AHCI_PREG_CMD_CR to be set by the
Patrick Wildt
2017-08-21
Split up ahci_port_portreset into a few smaller bits, and also slightly
Jonathan Matthew
2017-08-13
improve AHCI hibernate writeout performance by doing smaller delay()s
Mike Larkin
2017-05-30
Remove comments about implementing FIS-based switching with port multipliers,
Jonathan Matthew
2017-03-05
When we're unable to determine which NCQ command failed, fail all active
Jonathan Matthew
2016-10-02
Some HABs reset parts of AHCI_PREG_CMD when AHCI_PREG_SCTL_DET_INIT
Patrick Wildt
2016-10-02
Some HBAs report NCQ capability despite only supporting one command
Patrick Wildt
2016-10-02
Given that ahci_port_alloc() grabs one CCB for use during NCQ error
Patrick Wildt
2016-10-02
Contrary to e. g. the xHCI specification, the AHCI rev. 1.3 spec
Patrick Wildt
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