From owner-freebsd-stable Tue Jan 1 1:51:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from haali.cs.msu.ru (haali.po.cs.msu.su [158.250.16.1]) by hub.freebsd.org (Postfix) with ESMTP id DF73937B41F for ; Tue, 1 Jan 2002 01:51:43 -0800 (PST) Received: (from mike@localhost) by haali.cs.msu.ru (8.11.6/8.11.6) id g019pF355320 for stable@FreeBSD.ORG; Tue, 1 Jan 2002 12:51:15 +0300 (MSK) (envelope-from mike@po.cs.msu.su) X-Authentication-Warning: haali.cs.msu.ru: mike set sender to mike@po.cs.msu.su using -f Date: Tue, 1 Jan 2002 12:51:15 +0300 From: "Mike E. Matsnev" To: stable@FreeBSD.ORG Subject: Re: Problem with compact flash reader under -stable Message-ID: <20020101125115.A55300@haali.cs.msu.ru> Mail-Followup-To: "Mike E. Matsnev" , stable@FreeBSD.ORG References: <200112311937.fBVJbRD89308@androcles.com> <20011231161201.B28340@pir.net> <20020101012617.A53947@haali.cs.msu.ru> <20011231193252.A4050@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011231193252.A4050@pir.net>; from pir@pir.net on Mon, Dec 31, 2001 at 07:32:52PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 31, 2001 at 07:32:52PM -0500, Peter Radcliffe wrote: > Ah, cool. Want to forward on a patch for that so I can use it and we > can get it committed ? Sure, this is for -current. The inquire string returned by the thing is rather generic. It shows up at boot like this (with a 256M CF card): umass0: PQI Travel Flash, rev 1.10/2.05, addr2 da0 at umass-sim0 bus0 target0 lun0 da0: Removable Direct Access SCSI-2 device da0: 650KB/s transfers da0: 246MB (503808 512 byte sectors: 64H 32S/T 246C) Index: scsi_da.c =================================================================== RCS file: /oin/src/ncvs/src/sys/cam/scsi/scsi_da.c,v retrieving revision 1.91 diff -u -r1.91 scsi_da.c --- scsi_da.c 9 Dec 2001 21:38:33 -0000 1.91 +++ scsi_da.c 12 Dec 2001 13:22:34 -0000 @@ -342,6 +342,13 @@ */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * PQI Travel Flash + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "General", "Flash Disk Drive", "2.*"}, + /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE } }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message