summaryrefslogtreecommitdiff
path: root/sys/dev/mpr
AgeCommit message (Expand)Author
10 daysmpr: Add a probe on completionWarner Losh
10 daysmps/mpr: Remove bogus sys/cdefs.h includesWarner Losh
2025-12-10mpr: Partially revert 332096ebb638Warner Losh
2025-12-10kboot: Explicitly use host:/procWarner Losh
2025-12-01cam/scsi: Add power condition support to START STOP UNITJaeyoon Choi
2025-08-31mpr: Add workaround for too few slots being automatically scannedPeter Eriksson
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-10-13mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INITprateek sethi
2024-01-31mpr: endianess fix for set/get dpm page0Robert Wing
2023-12-25mpr: Handle errors from copyout() in ioctl handlersMark Johnston
2023-12-14mpr, mps: Establish busdma boundaries for memory poolsKenneth D. Merry
2023-11-23Use xpt_path_sbuf() in few driversAlexander Motin
2023-09-21mprutil: "fix user reply buffer (64)..." warningsAlan Somers
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-20mpr: Fix minor 'typos' commentWarner Losh
2023-04-21mpr: don't use hardcoded value in debug branchMariusz Zaborski
2023-04-21mpr: fix copying of event_maskMariusz Zaborski
2023-03-02Fix kernel memory disclosures in mpr and mpsAlan Somers
2022-10-17Fix mpr(4) panic during a firmware update.Kenneth D. Merry
2022-09-04mpr(4): Remove a double word in a source code commentGordon Bergling
2022-05-06mpr/mps/mpt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-28mpr/mps: when sending reset on removal, include target in messageWarner Losh
2022-04-28mpr/mps: Add comment explaining state transitionWarner Losh
2022-03-30mpr: add \n in diagnostic printfEd Maste
2022-03-28mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste
2022-02-22mps/mpr: Add missing newlines in error messages.Alexander Motin
2022-01-25mpr/mps: Fix a race in diagnostic resetWarner Losh
2022-01-24mpr/mps: Remove write-only flag and calloutWarner Losh
2022-01-07mps/mpr: Relax doorbell polling precision.Alexander Motin
2021-11-30mpr(4): Fix a typo in a source code commentGordon Bergling
2021-11-25Fix "set but not used" warnings in the mpr driver. This fixes a minorScott Long
2021-11-21mpr: fix freeze / release mismatch in timeout codeWarner Losh
2021-11-15mpr: Minor formatting changes to match mps.Warner Losh
2021-09-14mps/mpr(4): Move xpt_register_async() out of lock.Alexander Motin
2021-08-20mpr(4): Fix unmatched devq release.Alexander Motin
2021-08-20mpr(4): Handle mprsas_alloc_tm() errors on device removal.Alexander Motin
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2021-06-03mpr/mps: Minor state machine fixWarner Losh
2021-06-03Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry
2021-05-21mpr, mps: clear CCBs allocated on the stackEdward Tomasz Napierala
2021-04-23mpr/mps(4): Make device mapping some more robust.Alexander Motin
2021-03-12Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin
2021-03-02mpr: big-endian supportAlfredo Dal'Ava Junior
2021-01-08mpr, mps: Fix an off-by-one bug in the BTDH_MAPPING ioctlMark Johnston
2021-01-08mpr, mps: Fix a stack buffer overflow in the user passthru ioctlMark Johnston
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-10-13Bring the request_descriptor union into harmony internally. NoScott Long
2020-09-14Refine the busdma template interface. Provide tools for filling in fieldsScott Long