aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2024-06-271-1/+1
* mvs: Use device_set_desc(f)()Mark Johnston2024-06-021-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mvs(4): Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* mvs: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin2022-03-051-1/+2
* Fix "set but not used" in the mvs driver. Remove dead code.Scott Long2022-02-261-2/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-8/+6
* Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin2020-10-221-1/+2
* mvs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-031-2/+2
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-0/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* 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