summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ahcireg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include extended capabilities in ahci debug outputjmatthew2015-02-111-1/+11
| | | | ok dlg@
* recognise ahci 1.3.1jmatthew2015-02-111-1/+2
| | | | ok dlg@
* move the hardware structures into ahcireg.h.dlg2014-04-141-1/+53
|
* Recognize SATA-III ports in dmesg.pelikan2014-02-131-2/+5
| | | | ok millert
* Split AHCI in order to support devices which are not attached via pci.patrick2013-01-211-0/+226
Tested on a few machines, including JMicron and Intel AHCIs. ok dlg@ jmatthew@