In message <20030815192756.GA3562_at_ash.axis.bitserf.org>, "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 _at__at_ -364,6 +364,16 _at__at_ {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 phk_at_FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.Received on Fri Aug 15 2003 - 10:45:33 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:18 UTC