aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci/ahciem.c
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Improve AHCI Enclosure Management and SES interoperation.Alexander Motin2019-06-231-36/+89
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* - Const'ify the ahci_ids table.Marius Strobl2014-12-281-2/+2
* Bunch of microoptimizations to reduce dereferences and cache collisions.Alexander Motin2014-09-081-2/+2
* Destroy mtx lock when failed to allocate memory during attach.Alexander Motin2013-12-111-1/+3
* Check status of ahci_em_reset() on attach and abort if reset failed.Alexander Motin2013-04-041-1/+4
* Announce diagnostic page 7 (Element Descriptor) support.Alexander Motin2012-11-071-1/+2
* remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* Return "locally assigned" Enclosure Logical Identifier instead of 8 zeroAlexander Motin2012-08-251-0/+2
* Refactor enclosure manegement support in ahci(4). Move it out into separateAlexander Motin2012-07-261-0/+600