From owner-freebsd-stable Thu Jul 6 2:29:11 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-193-112-57.dsl.snfc21.pacbell.net [63.193.112.57]) by hub.freebsd.org (Postfix) with ESMTP id 0E55737B7CE for ; Thu, 6 Jul 2000 02:29:08 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id CAA01043; Thu, 6 Jul 2000 02:36:33 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007060936.CAA01043@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Gerhard Sittig Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Dump takes ages on SCSI. (several times faster on IDE) In-reply-to: Your message of "Tue, 04 Jul 2000 19:16:30 +0200." <20000704191630.U5945@speedy.gsinet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Jul 2000 02:36:33 -0700 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Jul 04, 2000 at 05:22 -0700, Mike Smith wrote: > > > > > > The Problem with aha1542 (ISA busmaster capable controller) > > > in PCI boards is that it is located "at the end" of a long > > > chain to memory. Chances are, busmastering will not work at > > > all behind the PCI to ISA bridge since all the PCI devices > > > have higher priority and the ISA gadget never gets any access > > > granted or at least always too late. You're better off with > > > a PCI controller. > > > > This is Just Not True. > > Can you please tell me more about it? I'm not sure of the > priority thing I mention above, but the fact that ISA busmaster > devices and PCI boards somewhat collide or counter operate > (sorry, lacking better words once more) is what I got from > serious papers here. Even this isn't the case. The critical issue is simply that the ISA busmaster has to operate correctly in the presence of other masters. The ISA bridge is responsible for translating the master operations from the ISA bus to the PCI bus. In your previous statement, you allude to "priority" wrt. PCI busmaster DMA - there is no such thing. As far as a busmaster device like the 1542 is concerned, there is no such thing as "too late" for DMA to/from memory. > How direct is the access method an ISA > controller has to the memory when sitting behind a bridge? I > would be glad to believe a 1542B/C in a PCI machine is A Good > Thing(TM). :) It's not a "good thing" - it's a slow controller behind two bridges, and it's not going to perform _well_, but modulo broken hardware it _will_ work correctly. You're quite correct when you say that you're better off with a PCI controller, however. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message