From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 07:48:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87BC916A4BF for ; Thu, 28 Aug 2003 07:48:01 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779D243FAF for ; Thu, 28 Aug 2003 07:47:59 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost.deepcore.dk [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h7SEluBN025586; Thu, 28 Aug 2003 16:47:56 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h7SElu27025585; Thu, 28 Aug 2003 16:47:56 +0200 (CEST) From: Soren Schmidt Message-Id: <200308281447.h7SElu27025585@spider.deepcore.dk> In-Reply-To: <200308281040.15343.mistry.7@osu.edu> To: Anish Mistry Date: Thu, 28 Aug 2003 16:47:56 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: freebsd-current@FreeBSD.ORG Subject: Re: ATAng no PIO fallback? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 14:48:01 -0000 It seems Anish Mistry wrote: > > > > it DMA was fixed for my CD/DVD combo drive. I changed the > > > > hw.ata.atapi_dma="0" > > > > to hw.ata.atapi_dma="1" in my /boot/loader.conf. After a reboot I tried > > There is no PIO fallback in ATAng (so far), if you know that your ATAPI > > device doesn't do DMA why on earth do you enable it ? > > > Because the drive does support DMA. I've tested to see it DMA actually works > in windows, PIO vs DMA while playing a DVD, and there is a big difference, > and I can only assume that it works. Hmm, I didn't hear the "works in windows" bit :) Could you mail me a dmesg from the system, that might uncover some usefull info on if/how/why DMA can work on your HW.. -Søren