From owner-cvs-src@FreeBSD.ORG Wed Dec 10 05:41:47 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 159AB16A4CE for ; Wed, 10 Dec 2003 05:41:47 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-121-111-46.dsl.pltn13.pacbell.net [68.121.111.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id F389443D1F for ; Wed, 10 Dec 2003 05:41:44 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hBADfVHj023290; Wed, 10 Dec 2003 05:41:31 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hBADfVZ8023289; Wed, 10 Dec 2003 05:41:31 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Wed, 10 Dec 2003 05:41:31 -0800 From: David Schultz To: Scott Long Message-ID: <20031210134131.GB23171@VARK.homeunix.com> Mail-Followup-To: Scott Long , Sean Chittenden , Tim Kientzle , obrien@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200312072352.hB7Nqsw6011333@repoman.freebsd.org> <20031208190305.GA956@cirb503493.alcatel.com.au> <20031209070020.GC59494@perrin.nxad.com> <20031209165827.GA18959@dragon.nuxi.com> <3FD65A5D.6060407@acm.org> <20031210001724.GB16547@perrin.nxad.com> <20031209173308.Q3777@pooker.samsco.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031209173308.Q3777@pooker.samsco.home> cc: src-committers@FreeBSD.ORG cc: obrien@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Sean Chittenden cc: cvs-all@FreeBSD.ORG cc: Tim Kientzle Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/alpha/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/amd64/conf GENERIC src/sys/pc98/conf GENERIC 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: Wed, 10 Dec 2003 13:41:47 -0000 On Tue, Dec 09, 2003, Scott Long wrote: > The other thing to consider is that the default configuration of > FreeBSD is to have UDMA disabled on the IDE CD drives. This is > unbearably slow on modern hardware, so it's unclear whether the overhead > of bzip2 would add onto this, or just be absorbed. It could actually speed things up by reducing the amount of data that needs to be read from the CD. Keep in mind that the speed of CD readers has levelled off to a constant, whereas processors are getting faster by 60%/year. > If we found a way > to be more intelligent about enabling UDMA, the overhead of bzip2 would > probably be totally absorbed. Either way, the recent RedHat and Suse > installers seem glacially slow too, so it might all just be academic =-) ``Whatever Windows does?'' :-P