aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas/mrsas_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* mrsas(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-13/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* mrsas: Use mrsas_sge64 instead of iovec for the S/G list for passthru.John Baldwin2023-06-281-7/+7
* mrsas(4) switch from PTRIN define to include sys/abi_compat.hDoug Ambrisko2023-04-281-4/+1
* mrsas(4) fix build on targets that don't define PTRIN.Doug Ambrisko2023-04-281-0/+4
* Add the mfi(4) ioctl support to mrsas(4)Doug Ambrisko2023-04-281-0/+254
* Use uintptr_t instead of unsigned long for pointers.John Baldwin2020-12-161-4/+4
* Following bugs fixed as part of this patch:Kashyap D Desai2016-05-131-0/+16
* There was no ERROR handling for firmware command TIMEOUT. This patchKashyap D Desai2016-05-131-1/+8
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Corrected indentation on conflicted source files.Kashyap D Desai2015-05-061-1/+0
* 1. All LSI namings are converted to AVAGO Tech.Kashyap D Desai2015-05-061-9/+12
* No logical code change in this pathc.Kashyap D Desai2014-10-081-421/+418
* In the passthru IOCTL path, the mfi command pool was freely accessible N timesKashyap D Desai2014-10-081-11/+24
* This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitKashyap D Desai2014-10-081-101/+50
* Add mrsas(4) driver from LSI official support of newer MegaRAID SASDoug Ambrisko2014-05-071-0/+546