aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs
Commit message (Expand)AuthorAgeFilesLines
* MFC r279963: Fix SATA Gen3 speed constants.Alexander Motin2015-03-201-2/+2
* MFC r249622:Alexander Motin2013-11-162-1/+17
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-181-12/+2
* MFC r251661:Alexander Motin2013-06-171-3/+9
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* MFC r236952:Alexander Motin2012-06-213-1/+47
* MFC r236847:Alexander Motin2012-06-121-1/+1
* r236666:Alexander Motin2012-06-091-2/+2
* MFC r235333:Alexander Motin2012-06-041-0/+2
* MFC r230865:Rafal Jaworowski2012-03-042-10/+16
* MFC r227701, r227847 and r227849:Hans Petter Selasky2011-12-312-14/+4
* According to SATA specification, when Serial ATA Enclosure Management BridgeAlexander Motin2011-05-251-10/+34
* Fix some English grammar.Alexander Motin2011-04-192-6/+6
* 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-142-17/+86
* 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-122-38/+111
* Update mvs(4) driver to work over FDT's simplebus(4) bus.Alexander Motin2011-03-281-4/+9
* Workaround strange situation when EDMA_RESQIP register returns zero insteadAlexander Motin2010-10-201-15/+31
* Some style cleanup:Alexander Motin2010-10-203-44/+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
* Fill rman range start/end values. It makes devinfo output more readable.Alexander Motin2010-05-222-0/+4
* Report ATA/SATA channel number to NewBus at location string.Alexander Motin2010-05-222-0/+22
* 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-025-0/+3801