summaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-06-27Fix SATA NCQ error recovery after 25375b1415Alexander Motin
2024-06-02mvs: Use device_set_desc(f)()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-11mvs(4): Fix a typo in a source code commentGordon Bergling
2022-05-06mvs: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-03-04ahci/siis/mvs: Fix panics after 3394d4239b.Alexander Motin
2022-02-26Fix "set but not used" in the mvs driver. Remove dead code.Scott Long
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-22Pass lower 3 bits of sector_count for FPDMA commands.Alexander Motin
2020-09-01mvs: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-05Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-17Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-03-23Reduce priority of ATA/SATA drivers.Alexander Motin
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-09-12Initialize variables before resource_int_value().Alexander Motin
2014-06-17Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin
2013-10-21Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin
2013-06-12Replicate r242422 from ata(4) to mvs(4):Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-06-12 - Limit r214102 workaround to only x86. On arm it causes more problemsAlexander Motin
2012-06-10Partially revert r236666:Alexander Motin
2012-06-06ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin
2012-05-12Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-05-25According to SATA specification, when Serial ATA Enclosure Management BridgeAlexander Motin
2011-04-19Fix some English grammar.Alexander Motin
2011-04-19According to specification. device should respond to COMRESET with COMINITAlexander Motin
2011-04-19Properly handle memory allocation errors during error recovery.Alexander Motin
2011-04-14Refactor hard-reset implementation in mvs(4).Alexander Motin
2011-04-13Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin
2011-04-12Implement automatic SCSI sense fetching for mvs(4).Alexander Motin
2010-10-20Workaround strange situation when EDMA_RESQIP register returns zero insteadAlexander Motin
2010-10-20Some style cleanup:Alexander Motin
2010-09-16Fix panic, when due to some kind of congestion on FIS-based switchingAlexander Motin
2010-07-25Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin
2010-06-05Plug memory leak to silent Coverity. Error is still not really handled.Alexander Motin
2010-05-21Improve suspend/resume support. Make sure controller is idle on suspendAlexander Motin
2010-05-06Fix polled operation. Now it is possible to dump kernel via mvs(4).Alexander Motin
2010-05-02Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin