From owner-freebsd-current@FreeBSD.ORG Mon Aug 22 15:37:49 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 DFAB216A41F; Mon, 22 Aug 2005 15:37:49 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E62843D48; Mon, 22 Aug 2005 15:37:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j7MFfpub059376; Mon, 22 Aug 2005 11:41:51 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Mon, 22 Aug 2005 11:37:25 -0400 User-Agent: KMail/1.6.2 References: <20050813221234.GA23162@nargothrond.kdm.org> <200508161339.49986.jhb@FreeBSD.org> <20050820050217.GA66339@nargothrond.kdm.org> In-Reply-To: <20050820050217.GA66339@nargothrond.kdm.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200508221137.27797.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1035/Mon Aug 22 07:37:18 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: "Kenneth D. Merry" , John Baldwin Subject: Re: BTX problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 22 Aug 2005 15:37:50 -0000 On Saturday 20 August 2005 01:02 am, Kenneth D. Merry wrote: > On Tue, Aug 16, 2005 at 13:39:48 -0400, John Baldwin wrote: > > There haven't been a whole lot of changes. My guess would be the > > recently added smbios support. You can probably just comment out > > the call to smbios_detect() in sys/boot/i386/loader/main.c as a > > simple test for that. It could also possibly be the multiple > > console support in which case it would be easiest to just step > > your sys/boot tree back using CVS. The good news is that > > sys/boot is largely self-contained so you can step it back while > > keeping the rest of the tree up to date for testing purposes at > > least. > > Thanks for the tips! > > Commenting out smbios_detect() did the trick. The loader works > fine after that. > > So now what? Is there a way to fix it so it won't crash on my > system? So, I guess I broke it, then. Can you install ports/sysutils/dmidecode and send me dmidecode output? Thanks, Jung-uk Kim