summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-2/+3
* Reduce priority of ATA/SATA drivers.mav2015-03-233-3/+3
* Fix SATA Gen3 speed constants.mav2015-03-131-2/+2
* Prevent overflow issues in timeout processingsmh2014-11-211-7/+7
* Initialize variables before resource_int_value().mav2014-09-123-0/+3
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-2/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Run mvs SATA driver on Armada XP instead of old mv_satazbb2013-10-281-0/+2
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-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