From owner-freebsd-hackers Wed Jan 14 12:00:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16516 for hackers-outgoing; Wed, 14 Jan 1998 12:00:16 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from verdi.nethelp.no ([195.1.171.130]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA16498 for ; Wed, 14 Jan 1998 12:00:08 -0800 (PST) (envelope-from sthaug@nethelp.no) From: sthaug@nethelp.no Received: (qmail 9953 invoked by uid 1001); 14 Jan 1998 19:59:55 +0000 (GMT) To: lcremean@tidalwave.net Cc: hackers@FreeBSD.ORG Subject: Re: Any good comparison of Linux/FreeBSD/NetBSD/OpenBSD/Hurd? In-Reply-To: Your message of "Wed, 14 Jan 1998 11:59:56 -0500" References: <19980114115956.58321@wakky.dyn.ml.org> X-Mailer: Mew version 1.05+ on Emacs 19.28.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 14 Jan 1998 20:59:55 +0100 Message-ID: <9951.884807995@verdi.nethelp.no> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > What are your flags on wdc0 and wdc1? Bit 0x2000 has to be set for each > drive to enable DMA support on that drive. You flags should be something > like 0xa0ffa0ff (which enables all the performance features, including DMA). Thanks, that made a world of difference. I'm now getting basically the same results from the raw device for the EIDE disk: # dd if=/dev/rwd0 of=/dev/null count=5000 bs=32768 5000+0 records in 5000+0 records out 163840000 bytes transferred in 16.030623 secs (10220439 bytes/sec) but vmstat now gives me 96% idle time instead of 57% or so. Nice! Steinar Haug, Nethelp consulting, sthaug@nethelp.no