From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 07:29:19 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 C3E7816A4BF for ; Wed, 3 Sep 2003 07:29:19 -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 B296D43FE5 for ; Wed, 3 Sep 2003 07:29:17 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h83ET8AY010029; Wed, 3 Sep 2003 16:29:08 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h83ET7eh010028; Wed, 3 Sep 2003 16:29:08 +0200 (CEST) From: Soren Schmidt Message-Id: <200309031429.h83ET7eh010028@spider.deepcore.dk> In-Reply-To: <3F55F79B.9070504@t-online.de> To: Daniel Rock Date: Wed, 3 Sep 2003 16:29:06 +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: current@FreeBSD.ORG Subject: Re: ATAng probe updated please test 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: Wed, 03 Sep 2003 14:29:19 -0000 It seems Daniel Rock wrote: > Just an additional notice: Booting in PIO mode (by setting > hw.ata.ata_dma=0 in /boot/loader.conf): > > [...] > GEOM: create disk ad0 dp=0xc10b3b70 > ad0: 9671MB [20960/15/63] at ata0-master PIO4 > GEOM: create disk ad1 dp=0xc10b3470 > ad1: 1221MB [2482/16/63] at > ata1-master PIO4 > Waiting 2 seconds for SCSI devices to settle > Mounting root from ufs:/dev/ad0a > > But if I try to set DMA mode later via atacontrol, the problem > reappears: > > # atacontrol mode 0 udma2 udma2 > Master = UDMA33 > Slave = BIOSPIO > # atacontrol mode 1 udma2 udma2 > Master = WDMA2 > Slave = BIOSPIO > ad0: WARNING - WRITE_DMA recovered from missing interrupt > ad1: WARNING - READ_DMA recovered from missing interrupt Hmm, I have no clue as to why this fails actually, I have to dig out my old Acer board and see what gives, if this was a generic problem noone would be able to use DMA... -Søren