Thomas Würfl wrote:
> I fixed the problem. I added following lines to 
> /usr/src/sys/cam/scsi/scsi_da.c (FreeBSD-4.5RELEASE):
> 
>          /* Below a list of quirks for USB devices supported by umass. */
>          /*
> +         * Fujitsu Siemens Memorybird
> +         */
> +         {T_DIRECT, SIP_MEDIA_REMOVABLE, "Fujitsu", "Memorybird", "*"},
> +         /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
> +         },  
> 
> Maybe this is written in an unusual manner, but I'm an absolute newbie to 
> freebsd and C. Sorry

For reference, there's a more generalized approach to supporting these 
devices that's been sitting in PR misc/32490 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/32490) for a while :-)Lars
-- 
Lars Eggert <[EMAIL PROTECTED]>               Information Sciences Institute
http://www.isi.edu/larse/              University of Southern California

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to