From owner-freebsd-usb@FreeBSD.ORG Sun Dec 27 20:58:13 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE3921065676 for ; Sun, 27 Dec 2009 20:58:13 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF4C8FC17 for ; Sun, 27 Dec 2009 20:58:12 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=JfeyE843CQQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=pGLkceISAAAA:8 a=6I5d2MoRAAAA:8 a=Y7KShiW5fDVn8nYcxFYA:9 a=o77KPS5UdBiW8cy1Yc4A:7 a=otmaOkDLC6WbWzf9vRwOEO22tHAA:4 a=MSl-tDqOz04A:10 a=SV7veod9ZcQA:10 a=AywDL8uH275xP7Aa:21 a=spnbP07NoSHxcbc4:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 298796979; Sun, 27 Dec 2009 21:58:10 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, plasmaball Date: Sun, 27 Dec 2009 22:00:18 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200912271440.nBREe3x2023852@freefall.freebsd.org> In-Reply-To: <200912271440.nBREe3x2023852@freefall.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912272200.19087.hselasky@c2i.net> Cc: Subject: Re: usb/137616: [usb67][usb8][usbdevs] [patch]: usbdevs update: Please add JMicron's entry X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 20:58:13 -0000 On Sunday 27 December 2009 15:40:03 plasmaball wrote: > The following reply was made to PR usb/137616; it has been noted by GNATS. > > From: plasmaball > To: bug-followup@FreeBSD.org, goto@on-link.jp > Cc: > Subject: Re: usb/137616: [usb67][usb8][usbdevs] [patch]: usbdevs update: > Please add JMicron's entry > Date: Sun, 27 Dec 2009 22:08:28 +0800 > > I second on this patch. I have a usb2sata transmission line, which > uses the same chip. Before applying the patch, my fbsd 8-p1 box > generated a lot of the following errors: > > kernel: g_vfs_done():da0s1d[READ(offset=-2274851640486166528, > length=16384)]error = 5 > kernel: g_vfs_done():da0s1d[READ(offset=8863643100058288128, > length=16384)]error = 5 > kernel: g_vfs_done():da0s1d[READ(offset=6140769717801367552, > length=16384)]error = 5 > > and made the hdd inaccessible. Only newfs would make it working > again, but the error would happen again. > > After applying the patch, the usb2sata line worked fine. I strongly > suggest accepting the patch! > Hi, The quirks framework for USB enclosures is being reworked. Please keep an eye on 9-current for the following patches: http://p4web.freebsd.org/chv.cgi?CH=171910 http://p4web.freebsd.org/chv.cgi?CH=172130 --HPS