From owner-freebsd-hardware Tue Feb 25 00:22:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA08680 for hardware-outgoing; Tue, 25 Feb 1997 00:22:57 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA08675 for ; Tue, 25 Feb 1997 00:22:54 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id TAA02011; Tue, 25 Feb 1997 19:19:41 +1100 Date: Tue, 25 Feb 1997 19:19:41 +1100 From: Bruce Evans Message-Id: <199702250819.TAA02011@godzilla.zeta.org.au> To: ken@stox.pr.mcs.net, msmith@atrad.adelaide.edu.au Subject: Re: Memory speed of P6-200 (256k) Cc: freebsd-hardware@freebsd.org Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >As Bruce has observed, this makes for very healthy IDE performance, >which is what this whole thread started with. Er, no, fast copying reduces buffer cache overheads. Buffer cache overheads are almost large enough to significantly reduce the advantages of busmastering DMA over (slow) PIO. Bruce