From owner-cvs-all@FreeBSD.ORG Wed Dec 6 17:54:57 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC30B16A519; Wed, 6 Dec 2006 17:54:57 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BE043CA6; Wed, 6 Dec 2006 17:54:10 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kB6Hslom033687; Wed, 6 Dec 2006 09:54:57 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kB6Hsl9t033684; Wed, 6 Dec 2006 09:54:47 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 6 Dec 2006 09:54:47 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: John Baldwin In-Reply-To: <200612061745.kB6HjZgs054396@repoman.freebsd.org> Message-ID: <20061206095404.K33673@ns1.feral.com> References: <200612061745.kB6HjZgs054396@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2006 17:54:58 -0000 And the crowd goes wild! Thanks! This will fix all those SunFire 4100s..... On Wed, 6 Dec 2006, John Baldwin wrote: > jhb 2006-12-06 17:45:35 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/btx/btx btx.S > Log: > Ignore any breakpoint instructions (int 3) we encounter in vm86 mode > rather than treating them as a fatal exception and halting. At least one > storage BIOS (some newer mpt(4) parts) have a breakpoint instruction in > their disk read routine. > > MFC after: 3 days > > Revision Changes Path > 1.44 +2 -0 src/sys/boot/i386/btx/btx/btx.S >