summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-03-02 08:12:41 +0000
committeradrian <adrian@FreeBSD.org>2013-03-02 08:12:41 +0000
commitf77596bc521b671974f181500d0c32e3836d24ab (patch)
tree8fec5ff20005a2e63f6c543dde0d2283693dceee /sys/amd64/conf
parent4c5c303d09338e8dee2f5b87db2a9c5e75f9a337 (diff)
downloadFreeBSD-src-f77596bc521b671974f181500d0c32e3836d24ab.zip
FreeBSD-src-f77596bc521b671974f181500d0c32e3836d24ab.tar.gz
Disable the ctl driver in GENERIC.
It unfortunately steals a fair chunk of RAM at startup even if it's not actively used, which prevents FreeBSD VMs of 128MB from successfully booting and running.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 5819a0d..3988195 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -138,7 +138,7 @@ device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct ATA/SCSI access)
device ses # Enclosure Services (SES and SAF-TE)
-device ctl # CAM Target Layer
+#device ctl # CAM Target Layer
# RAID controllers interfaced to the SCSI subsystem
device amr # AMI MegaRAID
OpenPOWER on IntegriCloud