summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ahcivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split up ahci_port_portreset into a few smaller bits, and also slightlyjmatthew2017-08-211-1/+2
* Turn ahci port start into a callback so sxiahci can do some magic tojsg2014-12-031-1/+4
* move the hardware structures into ahcireg.h.dlg2014-04-141-53/+1
* the hardware expects ahci_cmd_table to be 128 byte aligneddlg2014-03-311-2/+2
* ahci dva things are 64bit and surprisingly aligned nicely to 64bit too.dlg2014-03-311-4/+3
* massage the prdt (what an sgl is on every other chip) loading withdlg2014-03-311-4/+3
* dva on ahci is 64bitdlg2014-03-311-2/+2
* disable MSI for Samsung XP941.gilles2014-01-021-1/+2
* move AHCI_DEBUG stuff into ahci.c so we can build with it enabled againjmatthew2013-07-091-13/+1
* Split AHCI in order to support devices which are not attached via pci.patrick2013-01-211-0/+213