aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* cam/scsi: Restore scsi_start_stop() and add scsi_start_stop_pc()Jaeyoon Choi2026-01-261-1/+0
* mpr: Add a probe on completionWarner Losh2026-01-091-0/+9
* mps/mpr: Remove bogus sys/cdefs.h includesWarner Losh2026-01-098-8/+0
* mpr: Partially revert 332096ebb638Warner Losh2025-12-102-32/+2
* kboot: Explicitly use host:/procWarner Losh2025-12-102-2/+32
* cam/scsi: Add power condition support to START STOP UNITJaeyoon Choi2025-12-011-0/+1
* mpr: Add workaround for too few slots being automatically scannedPeter Eriksson2025-08-313-0/+29
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-112-4/+2
* mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INITprateek sethi2024-10-131-5/+18
* mpr: endianess fix for set/get dpm page0Robert Wing2024-02-011-9/+8
* mpr: Handle errors from copyout() in ioctl handlersMark Johnston2023-12-261-13/+26
* mpr, mps: Establish busdma boundaries for memory poolsKenneth D. Merry2023-12-141-2/+4
* Use xpt_path_sbuf() in few driversAlexander Motin2023-11-231-4/+1
* mprutil: "fix user reply buffer (64)..." warningsAlan Somers2023-09-212-3/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1619-40/+0
* mpr: Fix minor 'typos' commentWarner Losh2023-07-201-2/+2
* mpr: don't use hardcoded value in debug branchMariusz Zaborski2023-04-211-6/+6
* mpr: fix copying of event_maskMariusz Zaborski2023-04-211-2/+4
* Fix kernel memory disclosures in mpr and mpsAlan Somers2023-03-021-3/+4
* Fix mpr(4) panic during a firmware update.Kenneth D. Merry2022-10-171-1/+1
* mpr(4): Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* mpr/mps/mpt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* mpr/mps: when sending reset on removal, include target in messageWarner Losh2022-04-281-2/+6
* mpr/mps: Add comment explaining state transitionWarner Losh2022-04-281-0/+6
* mpr: add \n in diagnostic printfEd Maste2022-03-311-2/+2
* mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-03-291-0/+13
* mps/mpr: Add missing newlines in error messages.Alexander Motin2022-02-222-25/+25
* mpr/mps: Fix a race in diagnostic resetWarner Losh2022-01-261-0/+9
* mpr/mps: Remove write-only flag and calloutWarner Losh2022-01-242-8/+0
* mps/mpr: Relax doorbell polling precision.Alexander Motin2022-01-081-1/+2
* mpr(4): Fix a typo in a source code commentGordon Bergling2021-11-301-1/+1
* Fix "set but not used" warnings in the mpr driver. This fixes a minorScott Long2021-11-253-10/+2
* mpr: fix freeze / release mismatch in timeout codeWarner Losh2021-11-211-10/+21
* mpr: Minor formatting changes to match mps.Warner Losh2021-11-161-7/+7
* mps/mpr(4): Move xpt_register_async() out of lock.Alexander Motin2021-09-141-10/+11
* mpr(4): Fix unmatched devq release.Alexander Motin2021-08-201-16/+13
* mpr(4): Handle mprsas_alloc_tm() errors on device removal.Alexander Motin2021-08-204-6/+40
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-1/+1
* mpr/mps: Minor state machine fixWarner Losh2021-06-031-0/+1
* Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry2021-06-034-25/+46
* mpr, mps: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-211-0/+1
* mpr/mps(4): Make device mapping some more robust.Alexander Motin2021-04-241-26/+45
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-03-121-4/+0
* mpr: big-endian supportAlfredo Dal'Ava Junior2021-03-037-81/+119
* mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston2021-01-081-1/+1
* mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston2021-01-081-15/+15
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-0/+2