Date: Fri, 15 Aug 2003 21:45:25 +0200 From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> To: "leon j. breedt" <ljb@neverborn.org> Cc: current@freebsd.org Subject: Re: PQI 128MB USB flash drive mount problems Message-ID: <12448.1060976725@critter.freebsd.dk> In-Reply-To: Your message of "Sat, 16 Aug 2003 07:27:56 %2B1200." <20030815192756.GA3562@ash.axis.bitserf.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20030815192756.GA3562@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 @@ -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 phk@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12448.1060976725>