summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-03-08 13:11:45 +0000
committermarius <marius@FreeBSD.org>2013-03-08 13:11:45 +0000
commit5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48 (patch)
tree5a42d7972ad9881d8e6fd016f836a22c069e398f /sys/sparc64/conf
parent6438218c148cbea78ac24b7bc3d6e0480c6c55fd (diff)
downloadFreeBSD-src-5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48.zip
FreeBSD-src-5f30e9f144548ef5d2a3dd7f42b0ffad17a97b48.tar.gz
Merge r247814 from x86 modulo whitespace bug:
Turn on the CTL disable tunable by default. This will allow GENERIC configurations to boot on small memory boxes, but not require end users who want to use CTL to recompile their kernel. They can simply set kern.cam.ctl.disable=0 in loader.conf.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 79124ab..e19f17c 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -122,6 +122,9 @@ device cd # CD
device pass # Passthrough device (direct ATA/SCSI access)
device ses # Enclosure Services (SES and SAF-TE)
device ctl # CAM Target Layer
+options CTL_DISABLE # Disable CTL by default to save memory.
+ # Re-enable with kern.cam.ctl.disable=0 in
+ # /boot/loader.conf
# RAID controllers
#device amr # AMI MegaRAID
OpenPOWER on IntegriCloud