aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs
Commit message (Expand)AuthorAgeFilesLines
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-0/+6
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-122-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Fix some more long -> rman_res_tJustin Hibbits2016-03-212-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-2/+3
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-233-3/+3
* Fix SATA Gen3 speed constants.Alexander Motin2015-03-131-2/+2
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-7/+7
* Initialize variables before resource_int_value().Alexander Motin2014-09-123-0/+3
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-2/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Run mvs SATA driver on Armada XP instead of old mv_sataZbigniew Bodek2013-10-281-0/+2
* 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
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesAlexander Motin2013-04-182-1/+17
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-12/+2
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-0/+1
* - Limit r214102 workaround to only x86. On arm it causes more problemsAlexander Motin2012-06-123-1/+47
* 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
* Adjust mvs(4) to handle interrupt cause reg depending on the actual number ofRafal Jaworowski2012-02-012-10/+16
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-222-2/+2
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-192-14/+4
* 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-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