aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpi3mr
Commit message (Expand)AuthorAgeFilesLines
* mpi3mr: Minor tweak to task queue pausingWarner Losh2024-01-191-5/+8
* mpi3mr: Assume dma_hiaddr is BUS_SPACE_MAXADDRWarner Losh2024-01-193-26/+24
* mpi3mr: Replace can't happen DataLength == 0 with an assertWarner Losh2024-01-191-12/+6
* mpi3mr: Use template for main busdma tag.Alexander Motin2024-01-191-12/+4
* mpi3mr: Make these bus_dmamap_load calls synchronousAlexander Motin2024-01-192-17/+18
* mpi3mr: Fix MAXPHYS usageAlexander Motin2024-01-191-2/+2
* mpi3mr: Add firmware versionWarner Losh2024-01-193-8/+14
* mpi3mr: Trivial trailing white space reductionWarner Losh2024-01-195-63/+64
* mpi3mr: Honor the dma mask from IOCFactsWarner Losh2024-01-192-0/+37
* mpi3mr: Fix EINPROGRESS errors hanging the cardWarner Losh2024-01-192-58/+73
* mpi3mr: Cleaup setting of status in processing scsiio requestsWarner Losh2024-01-191-8/+7
* mpi3mr: Only set callout_owned when we create a timeoutWarner Losh2024-01-191-3/+3
* mpi3mr: Minor style fixWarner Losh2024-01-191-2/+1
* mpi3mr: Reduce the scope of the reset_mutextWarner Losh2024-01-192-10/+20
* mpi3mr: Remove unused fields in struct mpi3mr_cmdWarner Losh2024-01-192-9/+0
* mpi3mr: Don't hold fwevt_lock over call to taskqueue_drainWarner Losh2024-01-191-5/+7
* mpi3mr: Check for copyin errors in mpi3mr_map_data_buffer_dma()Mark Johnston2024-01-021-1/+10
* mpi3mr: Move creation of watchdog to interupt config hookSumit Saxena2023-10-191-8/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-7/+0
* mpi3mr: fix GCC kernel buildEd Maste2023-06-192-1/+2
* mpi3mr: 3rd Generation Tri-Mode NVMe/SAS/SATA MegaRaid / eHBASumit Saxena2023-06-1519-0/+20798