summaryrefslogtreecommitdiffstats
path: root/sys/modules/ctl
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
committermav <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
commit4f2f270bfd24d7cb4e085050daf8470bc734e958 (patch)
tree1854cc6ead82db4a18af0d23df1101b247b8374c /sys/modules/ctl
parentc9d448ea79d3a7a6fb7e135be03c5b2fbad87340 (diff)
downloadFreeBSD-src-4f2f270bfd24d7cb4e085050daf8470bc734e958.zip
FreeBSD-src-4f2f270bfd24d7cb4e085050daf8470bc734e958.tar.gz
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.
Diffstat (limited to 'sys/modules/ctl')
-rw-r--r--sys/modules/ctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile
index 00e1ac7..c74f000 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -11,6 +11,7 @@ SRCS+= ctl_backend_ramdisk.c
SRCS+= ctl_cmd_table.c
SRCS+= ctl_frontend.c
SRCS+= ctl_frontend_cam_sim.c
+SRCS+= ctl_frontend_ioctl.c
SRCS+= ctl_frontend_iscsi.c
SRCS+= ctl_scsi_all.c
SRCS+= ctl_tpc.c
OpenPOWER on IntegriCloud