diff options
author | mav <mav@FreeBSD.org> | 2015-08-15 13:34:38 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-08-15 13:34:38 +0000 |
commit | c9d448ea79d3a7a6fb7e135be03c5b2fbad87340 (patch) | |
tree | fad820e06835f9adb25d184e511521ca10203ed2 /sys/modules/ctl | |
parent | 3cd702f2719795c014a945d59e1c3f99b5b08d09 (diff) | |
download | FreeBSD-src-c9d448ea79d3a7a6fb7e135be03c5b2fbad87340.zip FreeBSD-src-c9d448ea79d3a7a6fb7e135be03c5b2fbad87340.tar.gz |
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/ctl')
-rw-r--r-- | sys/modules/ctl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile index e97ec38..00e1ac7 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 |