From owner-freebsd-hackers Sat Oct 25 04:04:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA29091 for hackers-outgoing; Sat, 25 Oct 1997 04:04:36 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA29082; Sat, 25 Oct 1997 04:04:11 -0700 (PDT) (envelope-from se@X14.MI.Uni-Koeln.DE) Received: from x14.mi.uni-koeln.de ([134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.7/8.8.7) with ESMTP id NAA14764; Sat, 25 Oct 1997 13:04:08 +0200 (MET DST) Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.7/8.6.9) id AAA01511; Fri, 24 Oct 1997 00:02:29 +0200 (CEST) X-Face: " Date: Fri, 24 Oct 1997 00:02:29 +0200 From: Stefan Esser To: Joerg Wunsch Cc: freebsd-hackers@FreeBSD.ORG, Stefan Esser Subject: Re: 2.2.2-RELEASE '875 SCSI won't negotiage References: <19971021081759.TH50130@uriah.heep.sax.de> <199710220009.TAA18051@nospam.hiwaay.net> <19971022080341.HR59190@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <19971022080341.HR59190@uriah.heep.sax.de>; from J Wunsch on Wed, Oct 22, 1997 at 08:03:41AM +0200 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 1997-10-22 08:03 +0200, J Wunsch wrote: > As dkelly@hiwaay.net wrote: > > > Went back and RTFM'ed my Asus SC875 manual and obsverved on page 11 > > the default Synchronous Transfer Rate (MS/Sec) (sic) is 20. So is this MB/ > > sec or MHz? > > MHz. Together with the 16-bit bus, it makes a theoretical maximum of > 40 MB/s (minus transaction overhead which is, as Stefan mentioned, not > neglicible). The theoretical maximum is 40,000,000 bytes per second, or 38.1 * 1024*1024 bytes per second (== 38.1 MB/s). This would still allow for some 600 transfers of 64KB each. Fast drives offer a command overhead of some 50us with a fast controller. If the bus is to be saturated, and the maximum transfer length is 64KB, then the overhead is at least some 30ms per second, or 3%. We get a maximum net data rate of some 36.9MB/s, under those assumptions. Regards, STefan