From owner-freebsd-current@FreeBSD.ORG Thu Aug 28 09:57:07 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 62BAD16A4BF for ; Thu, 28 Aug 2003 09:57:07 -0700 (PDT) Received: from nala.dohd.org (a29185.upc-a.chello.nl [62.163.29.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EB2443FF2 for ; Thu, 28 Aug 2003 09:57:06 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by nala.dohd.org (Postfix, from userid 1008) id BAA2F6135; Thu, 28 Aug 2003 18:57:04 +0200 (MET DST) Date: Thu, 28 Aug 2003 18:57:04 +0200 From: Mark Huizer To: Mark Huizer Message-ID: <20030828165704.GB8309@eeyore.local.dohd.org> References: <200308281040.15343.mistry.7@osu.edu> <200308281447.h7SElu27025585@spider.deepcore.dk> <20030828164321.GA8309@eeyore.local.dohd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030828164321.GA8309@eeyore.local.dohd.org> User-Agent: Mutt/1.5.4i cc: freebsd-current@FreeBSD.ORG cc: Soren Schmidt 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 16:57:07 -0000 > For the kernel before ATAng: > see dmesg.beforeATAng > > For a small list of DMA according to Windows XP > see dmesg.windows > > I'm still looking how I can get it to boot with a kernel after ATAng. > It fails with "ad0: WARNING: READ_DMA ICRC warning" or something like > that. > With ata_dma and atapi_dma set to zero I can boot the box (hey, that's as expected :-). acpi_cpu: throttling enabled, 16 steps (100% to 6.2%), currently 100.0% ad0: 117246MB [238216/16/63] at ata0-master PIO4 ata1-slave: FAILURE - ATA_IDENTIFY status=51 error=4 acd0: CDRW at ata1-master PIO4 Mounting root from ufs:/dev/ad0s2a So the DVDROM drive is missing. Mark