Date: Sat, 31 Dec 2011 14:44:37 +0200 From: Bartosz Fabianowski <freebsd@chillt.de> To: Hans Petter Selasky <hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: umass regression Message-ID: <4EFF03B5.7050502@chillt.de> In-Reply-To: <201112311331.08209.hselasky@c2i.net> References: <4EF9D06C.9060501@chillt.de> <201112271634.40288.hselasky@c2i.net> <4EFE39D4.4070501@chillt.de> <201112311331.08209.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Try to set the no synchronize cache quirk. Then reattach your device. It might > be the msctest which is causing your problem! I tried setting the quirk just for the device but I failed to find the right magic numbers. The device shows up as: <vendor 0x091e product 0x23c0, class 0/0, rev 1.10/5.09, addr 5> So I tried the following: usbconfig add_dev_quirk_vplh 0x091e 0x23c0 0x0509 0x0110 UQ_MSC_NO_SYNC_CACHE On re-attach, I see an unchanged quirks = 0x4000. I then tried setting the quirk globally: usbconfig add_quirk UQ_MSC_NO_SYNC_CACHE On re-attach, I see an unchanged quirks = 0x4000. How do I make the quirk actually stick? > usbconfig -h | grep quirk I have seen you post this line before. At least on my system, it does not work. usbconfig writes straight to the screen, grep does not filter anything. - Bartosz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EFF03B5.7050502>