From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 05:10:42 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 427A6106564A for ; Wed, 11 Mar 2009 05:10:42 +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 126F78FC1C for ; Wed, 11 Mar 2009 05:10:41 +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 0860261777; Wed, 11 Mar 2009 14:10:39 +0900 (JST) Date: Wed, 11 Mar 2009 01:10:37 -0400 From: Yoshihiro Ota To: Hans Petter Selasky Message-Id: <20090311011037.7b3de189.ota@j.email.ne.jp> In-Reply-To: <200902281006.52328.hselasky@c2i.net> References: <20090228001701.f18fcd6b.ota@j.email.ne.jp> <200902281006.52328.hselasky@c2i.net> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-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: Wed, 11 Mar 2009 05:10:42 -0000 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