aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs
Commit message (Expand)AuthorAgeFilesLines
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin5 days2-4/+4
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-3/+3
* arm/mv: Remove pre-armv7 supportAndrew Turner2025-03-271-5/+0
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-022-2/+8
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-062-2/+2
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* mvs: Fix to use rman_get_rid rather than non-existent rid argumentJessica Clarke2024-07-171-1/+1
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2024-06-271-1/+1
* mvs: Use device_set_desc(f)()Mark Johnston2024-06-023-7/+3
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-7/+5
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* mvs: Eliminate unused variable.Warner Losh2023-06-091-3/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* 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-064-8/+4
* 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
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-232-9/+8
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-9/+8
* 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-012-4/+0
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-5/+6
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* 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