aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-7/+7
* Initialize variables before resource_int_value().Alexander Motin2014-09-121-0/+1
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-2/+0
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+0
* Replicate r242422 from ata(4) to mvs(4):Alexander Motin2013-06-121-3/+9
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-12/+2
* - Limit r214102 workaround to only x86. On arm it causes more problemsAlexander Motin2012-06-121-1/+40
* Partially revert r236666:Alexander Motin2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-061-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-121-0/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* According to SATA specification, when Serial ATA Enclosure Management BridgeAlexander Motin2011-05-251-10/+34
* Fix some English grammar.Alexander Motin2011-04-191-4/+4
* According to specification. device should respond to COMRESET with COMINITAlexander Motin2011-04-191-10/+14
* Properly handle memory allocation errors during error recovery.Alexander Motin2011-04-191-6/+19
* Refactor hard-reset implementation in mvs(4).Alexander Motin2011-04-141-17/+83
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-131-0/+15
* Implement automatic SCSI sense fetching for mvs(4).Alexander Motin2011-04-121-37/+110
* Workaround strange situation when EDMA_RESQIP register returns zero insteadAlexander Motin2010-10-201-15/+31
* Some style cleanup:Alexander Motin2010-10-201-42/+37
* Fix panic, when due to some kind of congestion on FIS-based switchingAlexander Motin2010-09-161-5/+8
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-1/+9
* Plug memory leak to silent Coverity. Error is still not really handled.Alexander Motin2010-06-051-0/+1
* Improve suspend/resume support. Make sure controller is idle on suspendAlexander Motin2010-05-211-15/+44
* Fix polled operation. Now it is possible to dump kernel via mvs(4).Alexander Motin2010-05-061-1/+1
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin2010-05-021-0/+2173