]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r286807: Move "ioctl" CAM frontend into separate file.
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Oct 2015 08:43:47 +0000 (08:43 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Oct 2015 08:43:47 +0000 (08:43 +0000)
commit884dbf9b4369def6de9393afc50aaa161f7b286e
tree6bc809e8e17ab1cec62eb569a6b18ad5ba44a327
parenta3ed2b255d0f23bea04d5d21c0f693844e5f99be
MFC r286807: Move "ioctl" CAM frontend into separate file.

It has nothing to share with too huge ctl.c other then device descriptor,
but even that may be counted as design error that may be fixed later.
At some point we may even want to have several ioctl ports.

git-svn-id: svn://svn.freebsd.org/base/stable/10@288720 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/ctl.c
sys/cam/ctl/ctl.h
sys/cam/ctl/ctl_frontend_ioctl.c [new file with mode: 0644]
sys/cam/ctl/ctl_private.h
sys/conf/files
sys/modules/ctl/Makefile