summaryrefslogtreecommitdiffstats
path: root/sys/conf
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/conf
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/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index cff9e71..34bcb03 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -83,6 +83,7 @@ cam/ctl/ctl_backend_ramdisk.c optional ctl
cam/ctl/ctl_cmd_table.c optional ctl
cam/ctl/ctl_frontend.c optional ctl
cam/ctl/ctl_frontend_cam_sim.c optional ctl
+cam/ctl/ctl_frontend_ioctl.c optional ctl
cam/ctl/ctl_frontend_iscsi.c optional ctl
cam/ctl/ctl_scsi_all.c optional ctl
cam/ctl/ctl_tpc.c optional ctl
OpenPOWER on IntegriCloud