From owner-freebsd-hardware Mon Feb 24 20:20:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA19795 for hardware-outgoing; Mon, 24 Feb 1997 20:20:34 -0800 (PST) Received: from george.lbl.gov (george.lbl.gov [128.3.196.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id UAA19780 for ; Mon, 24 Feb 1997 20:20:26 -0800 (PST) Received: from portnoy.lbl.gov (portnoy.lbl.gov [131.243.2.11]) by george.lbl.gov (8.6.10/8.6.5) with ESMTP id UAA15881; Mon, 24 Feb 1997 20:15:27 -0800 From: "Jin Guojun[ITG]" Received: (jin@localhost) by portnoy.lbl.gov (8.6.10/8.6.5) id UAA09562; Mon, 24 Feb 1997 20:20:12 -0800 Date: Mon, 24 Feb 1997 20:20:12 -0800 Message-Id: <199702250420.UAA09562@portnoy.lbl.gov> To: asami@vader.cs.berkeley.edu, mark@quickweb.com Subject: Re: Memory speed of P6-200 (256k) Cc: freebsd-hardware@freebsd.org, kuku@gilberto.physik.rwth-aachen.de, robsch@robkaos.ruhr.de Sender: owner-hardware@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * From: Mark Mayo > > * > > 2097152000 bytes transferred in 27.298230 secs (76823735 bytes/sec) > * > > The motherboard is a P6NP5 (Natoma chipset) with 64 MB EDO-RAM. > > * > This is from my P6NP5: > * > 2097152000 bytes transferred in 25.741665 secs (81469167 bytes/sec) > * > * While we're at it, here are the results fom my Intel 440FX(Natoma) P6-200 > * 2097152000 bytes transferred in 24 secs (87381333 bytes/sec) > * > * My first generation PPro 150 from Digital only musters ~60MB/s.. > > Hmm, how come my new P6NP5 with P6-200 and 96MB RAM (parity mode) can > give me only about: > > >> dd if=/dev/zero of=/dev/null bs=1m count=1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 18.359226 secs (57114390 bytes/sec) > > I tried fiddling with the "RAS precharge" and "RAS to CAS delay" in > the BIOS setups but the numbers hardly changed (always between 57MB/s > and 60MB/s). > > Did I get a "first generation" 440FX or something? ;( > > Satoshi Do not waste time to play this game. The "dd" is O.S. dependent code. It does not give you what is real memory speed on your system. The result from dd is really depended on the O.S. you are running. If you run 2.2 or higher, you will get much better performance than 2.1.x. 440FX does have worse memory speed than Triton-{I,II}; even though P6 has much better CPU speed, but the PCI controller (440FX) is worse. hopefully this will more be clear. -Jin