From owner-freebsd-hackers Wed Mar 22 02:26:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA29747 for hackers-outgoing; Wed, 22 Mar 1995 02:26:33 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA29739; Wed, 22 Mar 1995 02:26:14 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id UAA09977; Wed, 22 Mar 1995 20:19:58 +1000 Date: Wed, 22 Mar 1995 20:19:58 +1000 From: Bruce Evans Message-Id: <199503221019.UAA09977@godzilla.zeta.org.au> To: hasty@star-gate.com, phk@ref.tfs.com Subject: Re: Why IDE is bad Cc: faq@FreeBSD.org, hackers@FreeBSD.org Sender: hackers-owner@FreeBSD.org Precedence: bulk >I don't think you will find many ide's faster than the WDC, I know >it can run faster on a better IDE-controller, but this is a fairly >standard IDE controller so it's a good indication. >And yes, but FreeBSD doesn't support DMA in IDE (yet ?)... The WDC specs that I've seen show DMA speeds slightly slower than IDE speeds so DMA may not be worth using. I forgot to think about the possibility of overlapping DMA cycles with cpu cycles in my previous mail about this. I reported a 28% slowdown for counting to 100000000. The cpu mostly executes 2 instructions in a loop. There should be few bus accesses to slow the cpu down. Maybe busmastering is broken. Bruce