From owner-cvs-all Sat Nov 9 19:35:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C3737B401; Sat, 9 Nov 2002 19:35:14 -0800 (PST) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F4843E42; Sat, 9 Nov 2002 19:35:12 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id gAA3Yii35206; Sun, 10 Nov 2002 12:34:44 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sun, 10 Nov 2002 12:34:40 +0900 (JST) Message-Id: <20021110.123440.54180266.iwasaki@jp.FreeBSD.org> To: petry@NetMasters.Com Cc: iwasaki@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c From: Mitsuru IWASAKI In-Reply-To: <200211100009.gAA09nEV006188@netwolf.NetMasters.Com> References: <200211092117.gA9LHgJI009692@repoman.freebsd.org> <200211100009.gAA09nEV006188@netwolf.NetMasters.Com> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > Will the default be the pre-1.544 behaviour? Else, how would one > set the tuneable if you boot using install floppies? Unless hw.hasbrokenint12="1" is specified, the default will be the pre-1.544 behaviour. Loader tuneables usually can be set/unset at loader prompt. Actually, I think I don't see your questions ;-) Patches are welcome if you have problems. Thanks > > > iwasaki 2002/11/09 13:17:42 PST > > > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS > > has broken int 12H. > > If hw.hasbrokenint12="1" in loader environment, kernel never use BIOS > > INT 12 call to determine base memory size. > > Otherwise, kernel use INT 12 in old behaviour. > > This should fix kernel panic problem caused by 1.544 changes. > > > > MFC after: 1 day > > > > Revision Changes Path > > 1.549 +79 -47 src/sys/i386/i386/machdep.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > Michael Petry > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message