From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 07:48:33 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 6C558106566B for ; Wed, 11 Mar 2009 07:48:33 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.freebsd.org (Postfix) with ESMTP id 0060B8FC1C for ; Wed, 11 Mar 2009 07:48:32 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=w9vP6baqo7MA:10 a=RyiBpexPtOUA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=8kQB0OdkAAAA:8 a=GYYbhIXhtexpBvKTw6sA:9 a=IzyeHaSBURVylww2qQ0A:7 a=iEY_LmLdzfWq7M0mrlgdpNOrHL0A:4 a=LY0hPdMaydYA:10 a=9aOQ2cSd83gA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1206525796; Wed, 11 Mar 2009 08:48:31 +0100 From: Hans Petter Selasky To: Yoshihiro Ota Date: Wed, 11 Mar 2009 08:51:00 +0100 User-Agent: KMail/1.9.7 References: <20090228001701.f18fcd6b.ota@j.email.ne.jp> <200902281006.52328.hselasky@c2i.net> <20090311011037.7b3de189.ota@j.email.ne.jp> In-Reply-To: <20090311011037.7b3de189.ota@j.email.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903110851.01281.hselasky@c2i.net> 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 07:48:33 -0000 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