aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpi3mr
Commit message (Expand)AuthorAgeFilesLines
* mpi3mr: modified the log messages to be on a single lineChandrakanth patil2025-04-301-7/+4
* mpi3mr: Update Driver Version to 8.14.0.2.0Chandrakanth patil2025-04-301-2/+2
* mpi3mr: Update Copyright Year to 2025Chandrakanth patil2025-04-307-7/+7
* mpi3mr: Process LOG Data Events in Interrupt Top Half for Early NotificationChandrakanth patil2025-04-302-14/+6
* mpi3mr: Enable Diag Save for All Diagnostic Fault CasesChandrakanth patil2025-04-301-2/+9
* mpi3mr: Block I/Os While Task Management is in ProgressChandrakanth patil2025-04-301-0/+17
* mpi3mr: Add NVData Parameter for Host Timestamp SynchronizationChandrakanth patil2025-04-303-2/+362
* mpi3mr: Handle Insufficient Power Fault CodeChandrakanth patil2025-04-301-11/+39
* mpi3mr: Enhance Controller Enable Retry Logic in Host DriversChandrakanth patil2025-04-301-98/+118
* mpi3mr: Set Driver Capability for OS Exposure in IOCInitChandrakanth patil2025-04-301-1/+1
* mpi3mr: Update MPI Header to Version 36Chandrakanth patil2025-04-3012-46/+336
* mpi3mr: configure larger max I/O size if the HBA firmware supports itChuck Silvers2025-04-304-10/+41
* mpi3mr: Track IO per target counter during queue poll with local variableChandrakanth patil2025-04-301-10/+12
* mpi3mr: Divert large WriteSame IOs to firmware if unmap and ndob bits are setChandrakanth patil2025-04-304-0/+54
* mpi3mr: driver version update to 8.10.0.1.0Chandrakanth patil2025-04-301-2/+2
* mpi3mr: copyright year update to 2024Chandrakanth patil2025-04-307-7/+7
* mpi3mr: mpi headers update to latestChandrakanth patil2025-04-3014-160/+251
* mpi3mr: Adding FreeBSD OS Type to Fault/Reset Reason CodeChandrakanth patil2025-04-303-13/+25
* mpi3mr: diag fault success beyond F000 fault codeChandrakanth patil2025-04-301-6/+2
* mpi3mr: Update consumer index of admin and operational reply queues after eve...Chandrakanth patil2025-04-302-1/+15
* mpi3mr: Decrement per controller and per target counter post resetChandrakanth patil2025-04-302-12/+2
* mpi3mr: poll reply queue and add MPI3MR_DEV_REMOVE_HS_COMPLETED flagChandrakanth patil2025-04-303-22/+27
* mpi3mr: Controller state check before enabling PELChandrakanth patil2025-04-301-0/+12
* mpi3mr: Block devices persist despite being offlined during resetChandrakanth patil2025-04-301-0/+2
* mpi3mr: Fix confusion over | and &Warner Losh2025-04-301-2/+2
* mpi3mr: add missing terminator entry to mpi3mr_identifiers arrayChuck Silvers2025-04-301-0/+1
* mpi3mr: Remove a stray semicolonZhenlei Huang2024-10-311-1/+1
* mpi3mr(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-6/+0
* 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