diff options
author | ken <ken@FreeBSD.org> | 2013-03-04 21:18:45 +0000 |
---|---|---|
committer | ken <ken@FreeBSD.org> | 2013-03-04 21:18:45 +0000 |
commit | d11db422c662c0440d224e37ed2a4ada644281ea (patch) | |
tree | c467e991d146b31969bf93654bd35ec47890a378 /share/xsl | |
parent | 322c45390e3623d70a73fc8e0c5086a129d35aa1 (diff) | |
download | FreeBSD-src-d11db422c662c0440d224e37ed2a4ada644281ea.zip FreeBSD-src-d11db422c662c0440d224e37ed2a4ada644281ea.tar.gz |
Re-enable CTL in GENERIC on i386 and amd64, but 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.
The eventual solution to the memory usage problem is to change the way
CTL allocates memory to be more configurable, but this should fix things
for small memory situations in the mean time.
UPDATING: Explain the change in the CTL configuration, and
how users can enable CTL if they would like to use
it.
sys/conf/options: Add a new option, CTL_DISABLE, that prevents CTL
from initializing.
ctl.c: If CTL_DISABLE is turned on, don't initialize.
i386/conf/GENERIC,
amd64/conf/GENERIC: Re-enable device ctl, and add the CTL_DISABLE
option.
Diffstat (limited to 'share/xsl')
0 files changed, 0 insertions, 0 deletions