In message <[EMAIL PROTECTED]>, "leon j. breedt" write
s:
>hi,
>
>i have a PQI Intelligent Stick 128MB USB flash drive that
>i'm trying to get working on -CURRENT.

For another PQI product I need this patch.  There is a good
chance they use the same controller chip:

Index: scsi_da.c
===================================================================
RCS file: /home/ncvs/src/sys/cam/scsi/scsi_da.c,v
retrieving revision 1.151
diff -u -r1.151 scsi_da.c
--- scsi_da.c   6 Aug 2003 17:30:03 -0000       1.151
+++ scsi_da.c   7 Aug 2003 07:39:29 -0000
@@ -364,6 +364,16 @@
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "MITSUMI", "USB FDD", "*"},
                /*quirks*/ DA_Q_NO_SYNC_CACHE
        },
+       {
+               /*
+                * PQI Travel Flash, rev 1.10/2.05, addr 2
+                * General Flash Disk Drive 2.05
+                * Serial Number ST92163-2000
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "General Flash Disk Drive",
+                    "*", "*"},
+               /*quirks*/ DA_Q_NO_SYNC_CACHE
+       }
 #endif /* DA_OLD_QUIRKS */
 };
 
-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to