From owner-cvs-src@FreeBSD.ORG Mon Jan 12 12:36:27 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6636516A4CE; Mon, 12 Jan 2004 12:36:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA6C643D88; Mon, 12 Jan 2004 12:35:54 -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 i0CKYg0B063977; Mon, 12 Jan 2004 12:34:42 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0CKYgH4063976; Mon, 12 Jan 2004 12:34:42 -0800 (PST) (envelope-from jhb) Message-Id: <200401122034.i0CKYgH4063976@repoman.freebsd.org> From: John Baldwin Date: Mon, 12 Jan 2004 12:34:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/cdboot cdboot.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 20:36:27 -0000 jhb 2004/01/12 12:34:42 PST FreeBSD src repository Modified files: sys/boot/i386/cdboot cdboot.s Log: - Use constant for shift when converting file length in bytes to a sector count. - Fix the twiddle output so that it actually spins. - Save %cx around BIOS calls to read in sectors from the disc as at least one BIOS trashes %cx when called to read off of a USB CD-ROM drive. Submitted by: Martin Nilsson MFC after: 1 week Revision Changes Path 1.11 +5 -2 src/sys/boot/i386/cdboot/cdboot.s