From owner-freebsd-stable@FreeBSD.ORG Mon Aug 11 15:44:08 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7FA9106566C for ; Mon, 11 Aug 2008 15:44:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 882A48FC1B for ; Mon, 11 Aug 2008 15:44:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m7BFhtSI064616; Mon, 11 Aug 2008 11:44:02 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Eugene Grosbein Date: Mon, 11 Aug 2008 11:31:33 -0400 User-Agent: KMail/1.9.7 References: <20080627031233.9DC4945047@ptavv.es.net> <200808091717.31780.jhb@freebsd.org> <20080810062726.GA3979@svzserv.kemerovo.su> In-Reply-To: <20080810062726.GA3979@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808111131.33371.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Mon, 11 Aug 2008 11:44:02 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8007/Mon Aug 11 09:51:54 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-stable@freebsd.org Subject: Re: Problem with /boot/loader [A new patch] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 15:44:09 -0000 On Sunday 10 August 2008 02:27:26 am Eugene Grosbein wrote: > On Sat, Aug 09, 2008 at 05:17:31PM -0400, John Baldwin wrote: > > > In addition to my earlier message, it would probably be good to narrow down > > what breaks the loader for you. For example, does it work ok over serial and > > only break on vidconsole? Also, if you just backout sys/boot/i386/btx to > > 7.0-release and leave the rest of the sys/boot tree at 7.0-stable, do you get > > a working loader? > > I've just rolled sys/boot/i386/btx back to RELENG_7_0_0_RELEASE > leaving rest of src at 7.0-STABLE (plus your patch) and yes, I've got > working loader! Err, my patch should have failed (well, the btx.S part) if you had a 7.0-RELEASE sys/boot/i386/btx. -- John Baldwin