From owner-cvs-src@FreeBSD.ORG Thu Aug 21 18:59:30 2003 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 0D2C016A4BF; Thu, 21 Aug 2003 18:59:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C97E43FA3; Thu, 21 Aug 2003 18:59:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7M1xT0U048688; Thu, 21 Aug 2003 18:59:29 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7M1xTKi048687; Thu, 21 Aug 2003 18:59:29 -0700 (PDT) Message-Id: <200308220159.h7M1xTKi048687@repoman.freebsd.org> From: Warner Losh Date: Thu, 21 Aug 2003 18:59:29 -0700 (PDT) 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: Fri, 22 Aug 2003 01:59:30 -0000 imp 2003/08/21 18:59:29 PDT FreeBSD src repository Modified files: sys/boot/i386/boot2 boot1.s Log: Many newer CF do not handle having the entire track read from them at boot time. Instead, read it a sector at a time. While this sounds like a significant slowdown, I've not been able to measure any signficant difference. Submitted by: luigi Reviewed by: jhb, sam (both a while ago) MFC After: 3 days Revision Changes Path 1.23 +4 -0 src/sys/boot/i386/boot2/boot1.s