From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 04:01:05 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 1D98F1065670 for ; Sat, 14 Mar 2009 04:01:05 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id E0B4B8FC0A for ; Sat, 14 Mar 2009 04:01:04 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from localhost (pool-141-151-75-22.phlapa.east.verizon.net [141.151.75.22]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id D831B5752D; Sat, 14 Mar 2009 13:01:02 +0900 (JST) Date: Sat, 14 Mar 2009 00:00:59 -0400 From: Yoshihiro Ota To: Hans Petter Selasky Message-Id: <20090314000059.3d9d8bd3.ota@j.email.ne.jp> In-Reply-To: <200903120914.11455.hselasky@c2i.net> References: <20090228001701.f18fcd6b.ota@j.email.ne.jp> <200903110851.01281.hselasky@c2i.net> <20090311231405.282b9051.ota@j.email.ne.jp> <200903120914.11455.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: Sat, 14 Mar 2009 04:01:05 -0000 On Thu, 12 Mar 2009 09:14:11 +0100 Hans Petter Selasky wrote: > On Thursday 12 March 2009, Yoshihiro Ota wrote: > > 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. > > What did you get when you removed the quirk? > > --HPS > > > > 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 These are outputs. Let me know if you need more. Thanks, Hiro # uname -a FreeBSD xxx 8.0-CURRENT FreeBSD 8.0-CURRENT #20 r189720M: Fri Mar 13 10:18:31 EDT 2009 xxx/sys/GENERIC amd64 # dmesg ugen0.3: at usbus0 umass0: on usbus0 umass0: UFI over CBI with CCI; quirks = 0x0000 umass0:0:0:-1: Attached to scbus0 (da0:umass-sim0:0:0:0): got CAM status 0x4 (da0:umass-sim0:0:0:0): fatal error, failed to attach to device (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry # usbconfig list ugen0.1: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen1.1: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen0.2: at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON # camcontrol devlist -v scbus0 on umass-sim0 bus 0: at scbus0 target 0 lun 0 (pass0) scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) # dmesg (da0:umass-sim0:0:0:0): removing device entry umass0: at uhub0, port 1, addr 3 (disconnected) ugen0.3: at usbus0 (disconnected)