summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs/mvs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-061-1/+1
* MFC r274819:smh2014-12-211-7/+7
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-2/+0
* Replicate r242422 from ata(4) to mvs(4):mav2013-06-121-3/+9
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-12/+2
* - Limit r214102 workaround to only x86. On arm it causes more problemsmav2012-06-121-1/+40
* Partially revert r236666:mav2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-121-0/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* According to SATA specification, when Serial ATA Enclosure Management Bridgemav2011-05-251-10/+34
* Fix some English grammar.mav2011-04-191-4/+4
* According to specification. device should respond to COMRESET with COMINITmav2011-04-191-10/+14
* Properly handle memory allocation errors during error recovery.mav2011-04-191-6/+19
* Refactor hard-reset implementation in mvs(4).mav2011-04-141-17/+83
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+15
* Implement automatic SCSI sense fetching for mvs(4).mav2011-04-121-37/+110
* Workaround strange situation when EDMA_RESQIP register returns zero insteadmav2010-10-201-15/+31
* Some style cleanup:mav2010-10-201-42/+37
* Fix panic, when due to some kind of congestion on FIS-based switchingmav2010-09-161-5/+8
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-1/+9
* Plug memory leak to silent Coverity. Error is still not really handled.mav2010-06-051-0/+1
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-211-15/+44
* Fix polled operation. Now it is possible to dump kernel via mvs(4).mav2010-05-061-1/+1
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-0/+2173
OpenPOWER on IntegriCloud