aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
commit67ceb24bcac8942d702398dc1cea26154f9ddd0c (patch)
tree1854cc6ead82db4a18af0d23df1101b247b8374c /sys/conf/files
parent2f444d157b9fc470c8a4bf69846b2c5fda30eed4 (diff)
downloadsrc-67ceb24bcac8942d702398dc1cea26154f9ddd0c.tar.gz
src-67ceb24bcac8942d702398dc1cea26154f9ddd0c.zip
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.
Notes
Notes: svn path=/head/; revision=286807
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e3f02180bd2b..b8438ce3f069 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