Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2002 23:04:04 +0900 (JST)
From:      Masaharu FUJITA <m@fjts.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/36007: [PATCH] USB memory card reader/writer RD5
Message-ID:  <20020317.230404.74754606.m@fjts.org>

next in thread | raw e-mail | index | archive | help


>Number:         36007
>Category:       kern
>Synopsis:       [PATCH] USB memory card reader/writer RD5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 06:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Masaharu FUJITA
>Release:        FreeBSD 5.0-CURRENT-20020101-JPSNAP i386
>Organization:
>Environment:
System: FreeBSD air.fjts.net 5.0-CURRENT-20020101-JPSNAP FreeBSD 5.0-CURRENT-20020101-JPSNAP #2: Sun Mar 3 22:08:14 JST 2002 fujita@air.fjts.net:/usr/src/sys/i386/compile/AIR i386
>Description:
	Patch for use USB memory card reader/writer RD5.
>How-To-Repeat:

>Fix:
--- scsi_da.c.orig	Mon Dec 10 06:38:33 2001
+++ scsi_da.c	Sun Mar 17 14:43:37 2002
@@ -342,6 +342,13 @@
 		 */
 		{T_DIRECT, SIP_MEDIA_REMOVABLE, "MINOLTA", "DIMAGE 2330*", "*"},
 		/*quirks*/ DA_Q_NO_6_BYTE
+	},
+	{
+		/*
+		 * General Flash Disk Drive.
+		 */
+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "General", "Flash Disk Drive","*"},
+		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
 	}
 };

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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