From owner-cvs-all Tue Sep 21 22:48:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 925A715466; Tue, 21 Sep 1999 22:48:32 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71309; Tue, 21 Sep 1999 22:48:32 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909220548.WAA71309@freefall.freebsd.org> From: Matt Dillon Date: Tue, 21 Sep 1999 22:48:32 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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