diff options
author | adrian <adrian@FreeBSD.org> | 2013-03-02 08:12:41 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-03-02 08:12:41 +0000 |
commit | f77596bc521b671974f181500d0c32e3836d24ab (patch) | |
tree | 8fec5ff20005a2e63f6c543dde0d2283693dceee /sys/i386/conf/GENERIC | |
parent | 4c5c303d09338e8dee2f5b87db2a9c5e75f9a337 (diff) | |
download | FreeBSD-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/i386/conf/GENERIC')
-rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 47af43b..3a98ded 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -146,7 +146,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 |