Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jul 2007 16:44:55 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        uspoerlein@gmail.com
Cc:        usb@FreeBSD.org
Subject:   Re: umass/cam headaches
Message-ID:  <20070706.164455.-1962671190.imp@bsdimp.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20070706164202.GA1426@roadrunner.q.local>
            Ulrich Spoerlein <uspoerlein@gmail.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070706.164455.-1962671190.imp>