From owner-cvs-all@FreeBSD.ORG Tue Apr 11 21:03:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 7CBFF16A400; Tue, 11 Apr 2006 21:03:53 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08ED043D45; Tue, 11 Apr 2006 21:03:52 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.47] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k3BLIw29008155 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 11 Apr 2006 14:18:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <443C19A9.1000108@FreeBSD.org> Date: Tue, 11 Apr 2006 14:03:37 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: John Baldwin References: <200604110439.k3B4dTOD072774@repoman.freebsd.org> <200604110818.20705.jhb@freebsd.org> <443BBE7F.6060906@FreeBSD.org> <200604111358.41929.jhb@freebsd.org> In-Reply-To: <200604111358.41929.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/cdboot cdboot.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 21:03:53 -0000 John Baldwin wrote: > On Tuesday 11 April 2006 10:34, Maxim Sobolev wrote: >> boo1 does the same - timeout loop. My small research seemingly suggests >> that doing A20 via the BIOS is not very reliable and may not work on all >> machines. > > Can you test a patch for pxeboot? It looks to be the one other place that > goes near the A20 line. > > http://www.FreeBSD.org/~jhb/patches/pxe_a20.patch Done. Returning to the subject, loader's version of A20-enabling routine suffers from the very same problem (libi386/gatea20.c), but luckily we don't use this routing in the loader at all. I suspect that it relies on A20 being enabled by previous boot stages. -Maxim