From owner-freebsd-current@FreeBSD.ORG Fri Aug 15 12:45:33 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 380DB37B401 for ; Fri, 15 Aug 2003 12:45:33 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430A643FB1 for ; Fri, 15 Aug 2003 12:45:32 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h7FJjPlX012449; Fri, 15 Aug 2003 21:45:31 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "leon j. breedt" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 16 Aug 2003 07:27:56 +1200." <20030815192756.GA3562@ash.axis.bitserf.org> Date: Fri, 15 Aug 2003 21:45:25 +0200 Message-ID: <12448.1060976725@critter.freebsd.dk> cc: current@freebsd.org Subject: Re: PQI 128MB USB flash drive mount problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 19:45:33 -0000 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.