From owner-freebsd-current@FreeBSD.ORG Wed May 14 00:08:29 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED13237B401; Wed, 14 May 2003 00:08:29 -0700 (PDT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF03043F85; Wed, 14 May 2003 00:08:26 -0700 (PDT) (envelope-from se@freebsd.org) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19FqNG-0006yB-00; Wed, 14 May 2003 09:08:26 +0200 Received: from [80.132.232.50] (helo=Gatekeeper.FreeBSD.org) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19FqNF-0001XT-00; Wed, 14 May 2003 09:08:26 +0200 Received: from StefanEsser.FreeBSD.org (StefanEsser [10.0.0.1]) by Gatekeeper.FreeBSD.org (Postfix) with ESMTP id 4D4EF603B; Wed, 14 May 2003 09:08:24 +0200 (CEST) Received: by StefanEsser.FreeBSD.org (Postfix, from userid 200) id 141DD1EB4; Wed, 14 May 2003 09:08:24 +0200 (CEST) Date: Wed, 14 May 2003 09:08:23 +0200 From: Stefan =?iso-8859-1?Q?E=DFer?= To: Terry Lambert Message-ID: <20030514070823.GA71857@StefanEsser.FreeBSD.org> Mail-Followup-To: Stefan =?iso-8859-1?Q?E=DFer?= , Terry Lambert , Heiko Schaefer , re@freebsd.org, Robert Watson , current@freebsd.org References: <20030513215348.K14785@daneel.foundation.hs> <3EC1CBC8.E263A9EF@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EC1CBC8.E263A9EF@mindspring.com> User-Agent: Mutt/1.5.4i cc: Robert Watson cc: re@freebsd.org cc: Heiko Schaefer cc: current@freebsd.org Subject: Re: 5.1-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 07:08:30 -0000 On 2003-05-13 21:53 -0700, Terry Lambert wrote: > > wouldn't a release that corrupts data in many, relevant, cases (i consider > > the box i had the trouble with entirely mainstream) be worse than no > > release at all? > > Bosko's fix raises the minimum memory requirements by 3M. It's > probably worth it for most people, but it will probably annoy > other people... Seems we could have DISABLE_PG_G in GENERIC and have Bosko's fix compiled in for CPU models >= 586 (the 486 isn't affected, AFAIK) only if DISABLE_PG_G is NOT specified in the kernel config file ? I.e. GENERIC disables use of 4M pages but does not need the extra 3MB of RAM, while a custom kernel without DISABLE_PG_G needs the extra memory but contains the "fix" ... Regards, STefan