summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs
Commit message (Expand)AuthorAgeFilesLines
* MFC r280393: Reduce priority of ATA/SATA drivers.mav2015-04-063-3/+3
* MFC r279963: Fix SATA Gen3 speed constants.mav2015-03-201-2/+2
* MFC r274819:smh2014-12-211-7/+7
* MFC r261410ian2014-05-151-0/+3
* MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281,ian2014-05-141-0/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* 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
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesmav2013-04-182-1/+17
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-12/+2
* Add support for Marvell 88F6282.hrs2012-07-281-0/+1
* - Limit r214102 workaround to only x86. On arm it causes more problemsmav2012-06-123-1/+47
* 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
* Adjust mvs(4) to handle interrupt cause reg depending on the actual number ofraj2012-02-012-10/+16
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-222-2/+2
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-192-14/+4
* 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-192-6/+6
* 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-142-17/+86
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-131-0/+15
* Implement automatic SCSI sense fetching for mvs(4).mav2011-04-122-38/+111
* Update mvs(4) driver to work over FDT's simplebus(4) bus.mav2011-03-281-4/+9
* Workaround strange situation when EDMA_RESQIP register returns zero insteadmav2010-10-201-15/+31
* Some style cleanup:mav2010-10-203-44/+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
* Fill rman range start/end values. It makes devinfo output more readable.mav2010-05-222-0/+4
* Report ATA/SATA channel number to NewBus at location string.mav2010-05-222-0/+22
* 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-025-0/+3801
OpenPOWER on IntegriCloud