From owner-freebsd-current@FreeBSD.ORG Sun Jan 27 18:04:35 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9529BBD; Sun, 27 Jan 2013 18:04:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 27F9BE7B; Sun, 27 Jan 2013 18:04:34 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 204949930; Sun, 27 Jan 2013 19:04:26 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Subject: Re: ZFS + usb in trouble? [PATCHED] Date: Sun, 27 Jan 2013 19:05:41 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201301271715.02607.hselasky@c2i.net> <201301271727.43074.hselasky@c2i.net> In-Reply-To: <201301271727.43074.hselasky@c2i.net> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: Alexander Nedotsukov , freebsd-usb@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 27 Jan 2013 18:04:36 -0000 Hi, Can you try this patch: http://svnweb.freebsd.org/changeset/base/245995 It fixes the issue for me. Looks like I overlooked a corner case computing the DMA addresses. Thanks for reporting! zpool status pool: tank state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 da0 ONLINE 0 0 0 da1 ONLINE 0 0 0 da2 ONLINE 0 0 0 errors: No known data errors --HPS