Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2002 12:51:15 +0300
From:      "Mike E. Matsnev" <mike@po.cs.msu.su>
To:        stable@FreeBSD.ORG
Subject:   Re: Problem with compact flash reader under -stable
Message-ID:  <20020101125115.A55300@haali.cs.msu.ru>
In-Reply-To: <20011231193252.A4050@pir.net>; from pir@pir.net on Mon, Dec 31, 2001 at 07:32:52PM -0500
References:  <Pine.A41.3.96.1011231022906.20638A-100000@vcmr-19.rcs.rpi.edu> <200112311937.fBVJbRD89308@androcles.com> <20011231161201.B28340@pir.net> <20020101012617.A53947@haali.cs.msu.ru> <20011231193252.A4050@pir.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <General Flash Disk Drive 2.05> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020101125115.A55300>