From owner-freebsd-current@FreeBSD.ORG Thu Mar 12 03:14:10 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 3862E106564A for ; Thu, 12 Mar 2009 03:14:10 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 064C88FC0C for ; Thu, 12 Mar 2009 03:14:09 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from localhost (pool-70-20-228-87.phil.east.verizon.net [70.20.228.87]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id D22BB6A0E6; Thu, 12 Mar 2009 12:14:07 +0900 (JST) Date: Wed, 11 Mar 2009 23:14:05 -0400 From: Yoshihiro Ota To: Hans Petter Selasky Message-Id: <20090311231405.282b9051.ota@j.email.ne.jp> In-Reply-To: <200903110851.01281.hselasky@c2i.net> References: <20090228001701.f18fcd6b.ota@j.email.ne.jp> <200902281006.52328.hselasky@c2i.net> <20090311011037.7b3de189.ota@j.email.ne.jp> <200903110851.01281.hselasky@c2i.net> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: MITSUMI USB FDD with USB4BSD does not work, neither 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: Thu, 12 Mar 2009 03:14:10 -0000 On Wed, 11 Mar 2009 08:51:00 +0100 Hans Petter Selasky wrote: > On Wednesday 11 March 2009, Yoshihiro Ota wrote: > > On Sat, 28 Feb 2009 10:06:51 +0100 > > > > Hans Petter Selasky wrote: > > > On Saturday 28 February 2009, Yoshihiro Ota wrote: > > > > I have a MITSUMI USB fdd and pluged in to 8-CURRENT. > > > > FreeBSD 8.0-CURRENT #5 r189058M: Thu Feb 26 11:29:13 EST 2009 > > > > > > > > It printed as following but nothing happened there after. > > > > > > > > ugen0.3: at usbus0 > > > > umass0: on > > > > usbus0 umass0: SCSI over Bulk-Only; quirks = 0x0100 > > > > > > ^^^ your device is listed with > > > quirks. Maybe the quirks are incorrect. Please check the quirk table in > > > /sys/dev/usb/storage/umass.c > > > > What do I do? > > Do I try each of quirks one by one? > > > > Thanks. > > Hiro > > Try removing the quirk for your device. > > --HPS Removing did help. I also tested with a few combinations of quirks but didn't help, neither. It used to work back in 6.x era. I may try to bring 6.x back to try it out... Hiro