Date: Wed, 18 Jun 2003 18:25:00 +0200 From: roland Mathieu <roland.mathieu@free.fr> To: freebsd-questions@freebsd.org Subject: 2 questions about usb memory stick ... Message-ID: <20030618162500.GA351@lycurgue.localnet>
next in thread | raw e-mail | index | archive | help
I've got a 128MB usb memory stick (pmi memory). It works very well since
I've modified file /usr/src/sys/cam/scsi/scsi_da.c by adding lines:
{
/*
* Pmi / 128MB
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "USB Flash Disk*",
"*"},
/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},
in the da_quirk_table structure.
First question : who contact to add definitively these lines to scsi_da.c ?
Second question: if memory stick is plugged when my computer boots up it is
detected before my scsi disks. how to avoid that ?
( I must unplug it if I want my computer to boot because da0 is normally
used by the first scsi disk :( )
Any suggestions are welcome!
Thanks,
roland.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030618162500.GA351>
