From owner-cvs-src@FreeBSD.ORG Sat Aug 28 08:32:23 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 6D2E416A4CE; Sat, 28 Aug 2004 08:32:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA3D43D39; Sat, 28 Aug 2004 08:32:23 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7S8WNSK096868; Sat, 28 Aug 2004 08:32:23 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7S8WN7G096867; Sat, 28 Aug 2004 08:32:23 GMT (envelope-from yar) Message-Id: <200408280832.i7S8WN7G096867@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 28 Aug 2004 08:32:23 +0000 (UTC) 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/boot2 boot1.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: Sat, 28 Aug 2004 08:32:23 -0000 yar 2004-08-28 08:32:23 UTC FreeBSD src repository Modified files: sys/boot/i386/boot2 boot1.S Log: Try packet mode of INT13 on a hard disk first if not prohibited by the flag, fall back to the old INT13/AH=02 function if that fails. This way of operation is less likely to fail with modern BIOSes and large disks of strange geometries. PR: i386/70241 Submitted by: Valentin Nechayev netch.kiev.ua> (inital version) Discussed with: jhb (by Valentin Nechayev) Tested on: bochs (with EDD turned on or off by patching the BIOS), PCs Revision Changes Path 1.30 +21 -19 src/sys/boot/i386/boot2/boot1.S