From 67ceb24bcac8942d702398dc1cea26154f9ddd0c Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Sat, 15 Aug 2015 15:42:21 +0000 Subject: 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. --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/files') 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 -- cgit v1.2.3