From owner-cvs-all@FreeBSD.ORG Wed Feb 1 22:34:24 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 E717116A420; Wed, 1 Feb 2006 22:34:24 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A2C43D69; Wed, 1 Feb 2006 22:34:16 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k11MYCeP035673; Wed, 1 Feb 2006 15:34:12 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43E1376D.4080707@samsco.org> Date: Wed, 01 Feb 2006 15:34:21 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <9170456.1138812837533.JavaMail.root@vms171.mailsrvcs.net> <86wtge4so4.fsf@xps.des.no> In-Reply-To: <86wtge4so4.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: babkin@users.sourceforge.net, src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/release Makefile 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, 01 Feb 2006 22:34:25 -0000 Dag-Erling Smørgrav wrote: > Sergey Babkin writes: > >>A 30MB image gets loaded from CD in no time, but loading it from an >>USB flash drive took almost forever, easily half an hour or >>so. Maybe the BIOSes became more clever since then. > > > It should not take more than ~30 seconds, even with USB 1.x. If it > takes half an hour, I suspect GRUB is doing something stupid like > reading it one sector at a time (requiring a switch to x86 mode for > every 512 bytes read) > > DES We already do one sector at a time, I believe, to work around buggy CF flash implementations. Still, I don't see how it could take 30 minutes unless there were other problems at play. Scott