summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 08:43:47 +0000
committermav <mav@FreeBSD.org>2015-10-05 08:43:47 +0000
commit52a9e7a64d2d52b308718eb316bbf1f510320e19 (patch)
tree6bc809e8e17ab1cec62eb569a6b18ad5ba44a327 /sys/modules
parent656a5c3136fc090ba861f5eff4af9d4714a019bd (diff)
downloadFreeBSD-src-52a9e7a64d2d52b308718eb316bbf1f510320e19.zip
FreeBSD-src-52a9e7a64d2d52b308718eb316bbf1f510320e19.tar.gz
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.
Diffstat (limited to 'sys/modules')
-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 a94cca6..452a641 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