From owner-freebsd-current@FreeBSD.ORG Fri Apr 17 05:46:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DC5F1065701 for ; Fri, 17 Apr 2009 05:46:27 +0000 (UTC) (envelope-from rmtodd@ichotolot.servalan.com) Received: from mx1.synetsystems.com (mx1.synetsystems.com [76.10.206.14]) by mx1.freebsd.org (Postfix) with ESMTP id 28FDF8FC0A for ; Fri, 17 Apr 2009 05:46:26 +0000 (UTC) (envelope-from rmtodd@ichotolot.servalan.com) Received: by mx1.synetsystems.com (Postfix, from userid 66) id 9D5F8CE1; Fri, 17 Apr 2009 01:46:26 -0400 (EDT) Received: from rmtodd by servalan.servalan.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Lufe3-000HDR-T7; Thu, 16 Apr 2009 23:25:43 -0500 To: John Baldwin References: <49BD117B.2080706@163.com> <20090416144251.GA1605@plebeian.afflictions.org> <200904161624.51920.jhb@freebsd.org> From: Richard Todd Date: Thu, 16 Apr 2009 23:25:43 -0500 In-Reply-To: (John Baldwin's message of "Thu, 16 Apr 2009 16:24:51 -0400") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: ZFS checksum errors on umass(4) insertion 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: Fri, 17 Apr 2009 05:46:27 -0000 John Baldwin writes: > Can you please try http://www.FreeBSD.org/~jhb/patches/dma_pg.patch? This > lines up with your analysis in that it fixes a problem in the bounce buffer > code that was introduced with the new USB stack (and only triggers when the > USB code has to use a bounce buffer). I'll try to get this tested this weekend. (Although, in my experience, the bug is fairly intermittent, so it may take a while to show up if this bug doesn't fix it. On the other hand, I don't usually do large-scale data transfers to USB/umass devices like the other guy does, so that might be a good thing for me to try to test this. Hmmm.) Richard