From owner-freebsd-alpha@FreeBSD.ORG Wed Apr 16 10:02:34 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC6937B401 for ; Wed, 16 Apr 2003 10:02:34 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3609643FA3 for ; Wed, 16 Apr 2003 10:02:31 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.9/8.12.9) with ESMTP id h3GH2UMS015132 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 16 Apr 2003 13:02:30 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h3GH2Pa58412; Wed, 16 Apr 2003 13:02:25 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16029.36001.229632.79139@grasshopper.cs.duke.edu> Date: Wed, 16 Apr 2003 13:02:25 -0400 (EDT) To: Jarkko Santala In-Reply-To: <20030416195422.S316@trillian.santala.org> References: <20030416122206.S316@trillian.santala.org> <16029.20850.720877.563791@grasshopper.cs.duke.edu> <20030416195422.S316@trillian.santala.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: freebsd-alpha@freebsd.org Subject: Re: problem with UDMA mode on XP1000 X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 17:02:34 -0000 Jarkko Santala writes: > I suppose no checking explains the performance. ;) But good to know > anyway. Any reason why it gets enabled by default if its not safe? The ata code just enables the highest available mode by default. I'm no expert, but I don't think PIO is safe either. I think it just stresses things so much less than DMA that its assumed to be safe. Drew