From owner-freebsd-hackers Wed Mar 22 03:40:09 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA02757 for hackers-outgoing; Wed, 22 Mar 1995 03:40:09 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA02751 for ; Wed, 22 Mar 1995 03:40:06 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id DAA02659; Wed, 22 Mar 1995 03:39:32 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id DAA00719; Wed, 22 Mar 1995 03:39:32 -0800 Message-Id: <199503221139.DAA00719@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: freebsd-hackers@freefall.cdrom.com, kuku@gilberto.physik.rwth-aachen.de Subject: Re: Why IDE is bad In-reply-to: Your message of "Wed, 22 Mar 95 21:32:15 +1000." <199503221132.VAA11806@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Mar 1995 03:39:29 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >>Regarding the difference in CPU utilization, could it be - I don't >>know the driver internals - that it's the bounce buffer technique >>that costs CPU while the SCSI controller uses bus master transfers all >>the time? Or were you comparing VLB EIDE vs. SCSI ? > >This might explain why my Intr time is so much lower than Poul's. >I have only 16MB, and don't use option BOUNCE_BUFFERS. The bcopy() >for bouncing is done in a call from biodone(). biodone() is called >from the interrupt handler, at least for the wd driver. Bounce buffers are not used on wd-style drives. -DG