summaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_user.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* mpr/mps/mpt: verify cfg page ioctl lengthsEd Maste2022-04-041-0/+13
* mpt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Centralize compatability translation macros.Brooks Davis2020-04-141-5/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Explicitly use a pair of parentheses to ensure correct evaluationXin LI2013-05-311-2/+2
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-7/+9
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-061-8/+13
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl2009-01-071-16/+17
* Rework how the mpt_user personality handles buffers for config pages.John Baldwin2008-07-011-67/+105
* Add a new personality to mpt(4) devices to allow userland applications toJohn Baldwin2008-05-061-0/+755