2 questions about usb memory stick ...

roland Mathieu roland.mathieu at free.fr
Wed Jun 18 09:37:21 PDT 2003


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.

  
 


More information about the freebsd-questions mailing list