Date: Tue, 21 Sep 1999 22:48:32 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include param.h src/sys/alpha/include param.h src/sys/conf options src/sys/i386/conf LINT Message-ID: <199909220548.WAA71309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/09/21 22:48:32 PDT
Modified files:
sys/i386/include param.h
sys/alpha/include param.h
sys/conf options
sys/i386/conf LINT
Log:
Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannot
be set by a kernel conf option due to the struct buf structural
dependancy (sizing of b_pages[]) creating a conflict with modules
(which are not compiled with kernel config options overrides).
We'll be able to sysctl these two later on when the buffer subsystem
is revamped.
Revision Changes Path
1.53 +1 -5 src/sys/i386/include/param.h
1.14 +1 -6 src/sys/alpha/include/param.h
1.156 +1 -3 src/sys/conf/options
1.649 +2 -13 src/sys/i386/conf/LINT
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909220548.WAA71309>
