From owner-freebsd-usb@FreeBSD.ORG Fri Jul 6 22:47:45 2007 Return-Path: X-Original-To: usb@FreeBSD.org Delivered-To: freebsd-usb@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 76CEE16A468 for ; Fri, 6 Jul 2007 22:47:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 37C7113C45D for ; Fri, 6 Jul 2007 22:47:45 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l66Mj0Rh082616; Fri, 6 Jul 2007 16:45:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 06 Jul 2007 16:44:55 -0600 (MDT) Message-Id: <20070706.164455.-1962671190.imp@bsdimp.com> To: uspoerlein@gmail.com From: "M. Warner Losh" In-Reply-To: <20070706164202.GA1426@roadrunner.q.local> References: <20070705184309.GD2749@roadrunner.q.local> <20070705.211431.-233673940.imp@bsdimp.com> <20070706164202.GA1426@roadrunner.q.local> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 06 Jul 2007 16:45:10 -0600 (MDT) Cc: usb@FreeBSD.org Subject: Re: umass/cam headaches 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: Fri, 06 Jul 2007 22:47:45 -0000 In message: <20070706164202.GA1426@roadrunner.q.local> Ulrich Spoerlein writes: : Are there good OpenBSD or NetBSD Live CDs out there? I already confirmed : that the drive is working fine under Windows and Linux, so testing under : other BSDs would be the next step. Chances are good that it needs some kind of quirk to make it work right. There's { USB_VENDOR_PLEXTOR, USB_PRODUCT_PLEXTOR_40_12_40U, RID_WILDCARD, UMASS_PROTO_SCSI | UMASS_PROTO_BBB, NO_TEST_UNIT_READY }, in there now. Change USB_PRODUCT... to PID_WILDCARD and rebuild and try again. It has been a while since I've looked at linux sources in this area, so if you could point me at their quirk table, I might be able to help you out more. Warner