summaryrefslogtreecommitdiff
path: root/sys/dev/mps
AgeCommit message (Expand)Author
10 daysmps: Add a probe on completionWarner Losh
10 daysmps/mpr: Remove bogus sys/cdefs.h includesWarner Losh
2025-12-13mps(4): Fix a typo in a device messageGordon Bergling
2025-12-01cam/scsi: Add power condition support to START STOP UNITJaeyoon Choi
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
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-08-15Revert "nvme: Separate total failures from I/O failures"Warner Losh
2024-08-15nvme: Separate total failures from I/O failuresWarner Losh
2024-07-06mps(4): Correct a typo in a source code commentGordon Bergling
2023-12-25mps: 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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-28mps: Fix a typo in a source code commentZhenlei Huang
2023-03-02Fix kernel memory disclosures in mpr and mpsAlan Somers
2022-09-04mps(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-28mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste
2022-02-22mps/mpr: Add missing newlines in error messages.Alexander Motin
2022-02-02mps: Use 64-bit chain structuresWarner Losh
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-12-02Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert
2021-12-02wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert
2021-12-02mps(4): Fix unmatched devq release.Warner Losh
2021-11-25Fix "set but not used" warnings in the mps driver.Scott Long
2021-11-15mps: Fix debugging lineWarner Losh
2021-09-14mps/mpr(4): Move xpt_register_async() out of lock.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-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
2020-09-11Convert the mps driver to use busdma templatesScott Long
2020-09-01mps: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-04Remove extra memset() left after r342388.Alexander Motin