aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps
Commit message (Expand)AuthorAgeFilesLines
* mps(4): Fix a typo in a device messageGordon Bergling7 days1-1/+1
* cam/scsi: Add power condition support to START STOP UNITJaeyoon Choi2025-12-011-0/+1
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-161-2/+2
* 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-8/+30
* Revert "nvme: Separate total failures from I/O failures"Warner Losh2024-08-161-141/+0
* nvme: Separate total failures from I/O failuresWarner Losh2024-08-161-0/+141
* mps(4): Correct a typo in a source code commentGordon Bergling2024-07-061-2/+2
* mps: Handle errors from copyout() in ioctl handlersMark Johnston2023-12-261-10/+21
* 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-1620-42/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1222-22/+22
* mps: Fix a typo in a source code commentZhenlei Huang2023-04-281-1/+1
* Fix kernel memory disclosures in mpr and mpsAlan Somers2023-03-021-3/+4
* mps(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/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-03-291-0/+13
* mps/mpr: Add missing newlines in error messages.Alexander Motin2022-02-221-18/+18
* mps: Use 64-bit chain structuresWarner Losh2022-02-033-20/+12
* mpr/mps: Fix a race in diagnostic resetWarner Losh2022-01-261-0/+9
* mpr/mps: Remove write-only flag and calloutWarner Losh2022-01-242-11/+0
* mps/mpr: Relax doorbell polling precision.Alexander Motin2022-01-081-1/+2
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-16/+22
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-22/+16
* mps(4): Fix unmatched devq release.Warner Losh2021-12-021-16/+22
* Fix "set but not used" warnings in the mps driver.Scott Long2021-11-253-7/+0
* mps: Fix debugging lineWarner Losh2021-11-161-1/+1
* mps/mpr(4): Move xpt_register_async() out of lock.Alexander Motin2021-09-141-8/+10
* Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-3/+3
* 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-29/+47
* 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-13/+26
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-03-121-4/+0
* 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-16/+16
* 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
* Bring the request_descriptor union into harmony internally. NoScott Long2020-10-131-3/+3
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-143-30/+24
* Convert the mps driver to use busdma templatesScott Long2020-09-113-89/+46
* mps: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0122-282/+14
* Remove extra memset() left after r342388.Alexander Motin2020-08-041-1/+0
* mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-273-30/+0
* Add a small hack to the ioctl header files so that both mpr and mps canScott Long2020-04-161-0/+2