summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 08:42:43 +0000
committermav <mav@FreeBSD.org>2015-10-05 08:42:43 +0000
commit656a5c3136fc090ba861f5eff4af9d4714a019bd (patch)
treea3ecc22b1ba7d4e86c30e92ebd46d0984333ac15 /sys/modules
parent6be41b0877795c801655c0729e4932797b7600b9 (diff)
downloadFreeBSD-src-656a5c3136fc090ba861f5eff4af9d4714a019bd.zip
FreeBSD-src-656a5c3136fc090ba861f5eff4af9d4714a019bd.tar.gz
MFC r286806: Drop "internal" CTL frontend.
Its idea was to be a simple initiator and execute several commands from kernel level, but FreeBSD never had consumer for that functionality, while its implementation polluted many unrelated places.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ctl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile
index 0ba5836..a94cca6 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -11,7 +11,6 @@ SRCS+= ctl_backend_ramdisk.c
SRCS+= ctl_cmd_table.c
SRCS+= ctl_frontend.c
SRCS+= ctl_frontend_cam_sim.c
-SRCS+= ctl_frontend_internal.c
SRCS+= ctl_frontend_iscsi.c
SRCS+= ctl_scsi_all.c
SRCS+= ctl_tpc.c
OpenPOWER on IntegriCloud