From owner-cvs-all@FreeBSD.ORG Wed Dec 6 17:45:37 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 CB89416A417; Wed, 6 Dec 2006 17:45:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC7643CB2; Wed, 6 Dec 2006 17:44:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB6HjZRV054397; Wed, 6 Dec 2006 17:45:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB6HjZgs054396; Wed, 6 Dec 2006 17:45:35 GMT (envelope-from jhb) Message-Id: <200612061745.kB6HjZgs054396@repoman.freebsd.org> From: John Baldwin Date: Wed, 6 Dec 2006 17:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/btx/btx btx.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: Wed, 06 Dec 2006 17:45:37 -0000 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