aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-33/+29
* mpr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0122-336/+23
* 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-31/+0
* Add a small hack to the ioctl header files so that both mpr and mps canScott Long2020-04-161-0/+2
* Centralize compatability translation macros.Brooks Davis2020-04-141-10/+1
* Increase buffer in mprsas_log_command() from 192 to 224 bytes.Alexander Motin2020-03-131-1/+1
* Remove support for all pre FreeBSD 11.0 versions from mpr and mps.Warner Losh2020-02-264-453/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+6