From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 18:25:32 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8FF1106566B for ; Sat, 3 Jan 2009 18:25:32 +0000 (UTC) (envelope-from uwe@grohnwaldt.eu) Received: from AurraSing.lando.cc (AurraSing.lando.cc [87.106.187.149]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4988FC12 for ; Sat, 3 Jan 2009 18:25:32 +0000 (UTC) (envelope-from uwe@grohnwaldt.eu) Received: from AurraSing.lando.cc (unknown [127.0.0.1]) by AurraSing.lando.cc (Postfix) with ESMTP id 5F16518B7B88A for ; Sat, 3 Jan 2009 18:25:31 +0000 (UTC) Received: from BriaTharen.local (unknown [139.30.17.153]) by AurraSing.lando.cc (Postfix) with ESMTP for ; Sat, 3 Jan 2009 18:25:31 +0000 (UTC) Message-ID: <495FAD98.2010503@grohnwaldt.eu> Date: Sat, 03 Jan 2009 19:25:28 +0100 From: Uwe Grohnwaldt User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: current@freebsd.org References: <495E8F00.2050309@grohnwaldt.eu> <495EAFE1.4040801@grohnwaldt.eu> <200901030116.45837.Thomas.Sparrevohn@btinternet.com> <200901030224.44187.hselasky@c2i.net> In-Reply-To: <200901030224.44187.hselasky@c2i.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: panic on (hdd)load X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 03 Jan 2009 18:25:33 -0000 Hans Petter Selasky wrote: > On Saturday 03 January 2009, Thomas Sparrevohn wrote: > >> On Saturday 03 January 2009 00:22:57 Uwe Grohnwaldt wrote: >> >> >> This error occurs because of some DMA corruption when the PM changes was >> added to the ATA framework. The error is actually related to the USB Umass >> device. >> >> HPS has already identified the issue in the new USB stack but I don't think >> it has been solved yet ;-( >> >> Try to disable umass devices and see what happens >> >> > > Here is the patch I've made. Probably you can or have to make the re-alignment > unconditional. > > http://perforce.freebsd.org/chv.cgi?CH=154181 > > I tried the patch and disabled umass - but the panic comes after a short time of hdd-i/o.