freebsd-src/sys/dev/mrsas
Doug Ambrisko e315351fc7 Add the mfi(4) ioctl support to mrsas(4)
The hardware supported by mfi(4) and mrsas(4) use the same dcmd's.
mfiutil(8) in theory could run on controlled attached to mrsas(4).
It can't since mrsas(4) doesn't have support for the FreeBSD mfi(4)
ioctl.  Porting the ioctl from mfi(4) to mrsas(4) would be the first
step in making mrsasutil(8) which is an additional name for mfiutil(8)
but opens /dev/mrsasX instead of /dev/mfiX

PR:			https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265794
Reviewed by:		jhb
Differential revision:	https://reviews.freebsd.org/D36342
Tested by:		Dan Mahoney <freebsd@gushi.org>
2023-04-28 10:14:30 -07:00
..
mrsas.c Add the mfi(4) ioctl support to mrsas(4) 2023-04-28 10:14:30 -07:00
mrsas.h Add the mfi(4) ioctl support to mrsas(4) 2023-04-28 10:14:30 -07:00
mrsas_cam.c mrsas: purge EOL release compatibility 2023-02-04 09:10:36 -07:00
mrsas_fp.c Fix "set but not used" in the mrsas driver. Remove dead code. 2022-02-26 12:21:11 -07:00
mrsas_ioctl.c Add the mfi(4) ioctl support to mrsas(4) 2023-04-28 10:14:30 -07:00
mrsas_ioctl.h Add the mfi(4) ioctl support to mrsas(4) 2023-04-28 10:14:30 -07:00
mrsas_linux.c mrsas: purge EOL release compatibility 2023-02-04 09:10:36 -07:00