aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpi3mr
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* mpi3mr: modified the log messages to be on a single lineChandrakanth patil2025-04-281-7/+4
* mpi3mr: Update Driver Version to 8.14.0.2.0Chandrakanth patil2025-04-281-2/+2
* mpi3mr: Update Copyright Year to 2025Chandrakanth patil2025-04-287-7/+7
* mpi3mr: Process LOG Data Events in Interrupt Top Half for Early NotificationChandrakanth patil2025-04-282-14/+6
* mpi3mr: Enable Diag Save for All Diagnostic Fault CasesChandrakanth patil2025-04-281-2/+9
* mpi3mr: Block I/Os While Task Management is in ProgressChandrakanth patil2025-04-281-0/+17
* mpi3mr: Add NVData Parameter for Host Timestamp SynchronizationChandrakanth patil2025-04-283-2/+362
* mpi3mr: Handle Insufficient Power Fault CodeChandrakanth patil2025-04-281-11/+39
* mpi3mr: Enhance Controller Enable Retry Logic in Host DriversChandrakanth patil2025-04-281-98/+118
* mpi3mr: Set Driver Capability for OS Exposure in IOCInitChandrakanth patil2025-04-281-1/+1
* mpi3mr: Update MPI Header to Version 36Chandrakanth patil2025-04-2812-46/+336
* mpi3mr: configure larger max I/O size if the HBA firmware supports itChuck Silvers2025-04-234-10/+41
* mpi3mr: Remove a stray semicolonZhenlei Huang2024-10-241-1/+1
* mpi3mr(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-6/+0
* mpi3mr: Track IO per target counter during queue poll with local variableChandrakanth patil2024-06-061-10/+12
* mpi3mr: Divert large WriteSame IOs to firmware if unmap and ndob bits are setChandrakanth patil2024-06-064-0/+54
* mpi3mr: driver version update to 8.10.0.1.0Chandrakanth patil2024-06-061-2/+2
* mpi3mr: copyright year update to 2024Chandrakanth patil2024-06-067-7/+7
* mpi3mr: mpi headers update to latestChandrakanth patil2024-06-0614-160/+251
* mpi3mr: Adding FreeBSD OS Type to Fault/Reset Reason CodeChandrakanth patil2024-06-063-13/+25
* mpi3mr: diag fault success beyond F000 fault codeChandrakanth patil2024-06-061-6/+2
* mpi3mr: Update consumer index of admin and operational reply queues after eve...Chandrakanth patil2024-06-062-1/+15
* mpi3mr: Decrement per controller and per target counter post resetChandrakanth patil2024-06-062-12/+2
* mpi3mr: poll reply queue and add MPI3MR_DEV_REMOVE_HS_COMPLETED flagChandrakanth patil2024-06-063-22/+27
* mpi3mr: Controller state check before enabling PELChandrakanth patil2024-06-061-0/+12
* mpi3mr: Block devices persist despite being offlined during resetChandrakanth patil2024-06-061-0/+2
* mpi3mr: Fix confusion over | and &Warner Losh2024-01-291-2/+2
* mpi3mr: add missing terminator entry to mpi3mr_identifiers arrayChuck Silvers2024-01-191-0/+1
* mpi3mr: Check for copyin errors in mpi3mr_map_data_buffer_dma()Mark Johnston2023-12-261-1/+10
* mpi3mr: Minor tweak to task queue pausingWarner Losh2023-11-291-5/+8
* mpi3mr: Assume dma_hiaddr is BUS_SPACE_MAXADDRWarner Losh2023-11-293-26/+24
* mpi3mr: Replace can't happen DataLength == 0 with an assertWarner Losh2023-11-291-12/+6
* mpi3mr: Use template for main busdma tag.Alexander Motin2023-11-291-12/+4
* mpi3mr: Make these bus_dmamap_load calls synchronousAlexander Motin2023-11-292-17/+18
* mpi3mr: Fix MAXPHYS usageAlexander Motin2023-11-291-2/+2
* mpi3mr: Add firmware versionWarner Losh2023-11-293-8/+14
* mpi3mr: Trivial trailing white space reductionWarner Losh2023-11-295-63/+64
* mpi3mr: Honor the dma mask from IOCFactsWarner Losh2023-11-292-0/+37
* mpi3mr: Fix EINPROGRESS errors hanging the cardWarner Losh2023-11-292-58/+73
* mpi3mr: Cleaup setting of status in processing scsiio requestsWarner Losh2023-11-291-8/+7
* mpi3mr: Only set callout_owned when we create a timeoutWarner Losh2023-11-291-3/+3
* mpi3mr: Minor style fixWarner Losh2023-11-291-2/+1
* mpi3mr: Reduce the scope of the reset_mutextWarner Losh2023-11-292-10/+20
* mpi3mr: Remove unused fields in struct mpi3mr_cmdWarner Losh2023-11-292-9/+0
* mpi3mr: Don't hold fwevt_lock over call to taskqueue_drainWarner Losh2023-11-291-5/+7
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* 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