From owner-cvs-all@FreeBSD.ORG Sat Jan 24 17:20:41 2004 Return-Path: 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 E720916A4CE; Sat, 24 Jan 2004 17:20:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA4B43D3F; Sat, 24 Jan 2004 17:20:36 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0P1Ka0B030837; Sat, 24 Jan 2004 17:20:36 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0P1KaTH030836; Sat, 24 Jan 2004 17:20:36 -0800 (PST) (envelope-from jhb) Message-Id: <200401250120.i0P1KaTH030836@repoman.freebsd.org> From: John Baldwin Date: Sat, 24 Jan 2004 17:20:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 25 Jan 2004 01:20:42 -0000 jhb 2004/01/24 17:20:36 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/boot/i386/cdboot cdboot.s Log: MFC: Save %cx around calls to the BIOS to read data to workaround bugs in certain BIOSs when booting from a USB CD-ROM. Also, fix the twiddle to actually twiddle. Approved by: re Revision Changes Path 1.9.8.1 +4 -1 src/sys/boot/i386/cdboot/cdboot.s