From owner-freebsd-bugs@FreeBSD.ORG Tue Jan 20 22:40:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 012971065670 for ; Tue, 20 Jan 2009 22:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E52258FC19 for ; Tue, 20 Jan 2009 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0KMe3hZ050109 for ; Tue, 20 Jan 2009 22:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0KMe3HI050108; Tue, 20 Jan 2009 22:40:03 GMT (envelope-from gnats) Date: Tue, 20 Jan 2009 22:40:03 GMT Message-Id: <200901202240.n0KMe3HI050108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Daniel Tourde Cc: Subject: Re: misc/130794: hw.ata.ata_dma_limit without any effect X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Tourde List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 22:40:04 -0000 The following reply was made to PR misc/130794; it has been noted by GNATS. From: Daniel Tourde To: bug-followup@freebsd.org, daniel.tourde@caelae.se Cc: Subject: Re: misc/130794: hw.ata.ata_dma_limit without any effect Date: Tue, 20 Jan 2009 23:23:11 +0100 Well, I need to complement a bit what I wrote. I had seen a bug report with a patch from May 2008 (kern/123980) proposing to create this new 'flag': hw.ata.ata_dma_limit and I had understood first that it had been included into 7.1. Therefore the wording of my bug report... I checked the source code and it turns out that the patch has never been applied, so the option simply does not exist. This leaves me with my present problem: warnings and errors ( WARNING - READ_DMA UDMA ICRC error) caused by either a corrupted 80 pins cable or a problem within the kernel. Daniel