summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2013-04-12 16:25:03 +0000
committertrasz <trasz@FreeBSD.org>2013-04-12 16:25:03 +0000
commit80b8b2f7791585982400714f802d5617862e9c68 (patch)
tree0d3f89904a66a862c8883241e7d39bebcff52fcc /sys/modules
parent06443169d2a0b4fd8cfe68856c1285347f5e59b0 (diff)
downloadFreeBSD-src-80b8b2f7791585982400714f802d5617862e9c68.zip
FreeBSD-src-80b8b2f7791585982400714f802d5617862e9c68.tar.gz
Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'
and kern.cam.ctl.disable tunable; those were introduced as a workaround to make it possible to boot GENERIC on low memory machines. With ctl(4) being built as a module and automatically loaded by ctladm(8), this makes CTL work out of the box. Reviewed by: ken Sponsored by: FreeBSD Foundation
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 0be1e10..5744b7d 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -21,7 +21,6 @@ SRCS+= bus_if.h
SRCS+= device_if.h
SRCS+= vnode_if.h
SRCS+= opt_cam.h
-SRCS+= opt_ctl.h
SRCS+= opt_kdtrace.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud