Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2002 16:00:22 +1000 (YAKST)
From:      Igor Kulemzin <ivk@kristal.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/37332: PATCH
Message-ID:  <200204220600.g3M60Mwt091968@mail.kristal.ru>

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

>Number:         37332
>Category:       kern
>Synopsis:       PATCH
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 21 23:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Igor Kulemzin
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD mail.kristal.ru 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 17 07:40:58 YAKST 2002 ivk@hold.crystall.local:/usr/obj/usr/src/sys/HOLD i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- patch1 begins here ---
Index: sys/cam/scsi/scsi_da.c
-----------------------------
--- scsi_da.c	Mon Apr 22 15:52:47 2002	1.42.2.23
+++ scsi_da.c	Mon Apr 22 15:52:53 2002
@@ -317,6 +317,13 @@
 		{T_DIRECT, SIP_MEDIA_REMOVABLE, "NO BRAND", "PEN DRIVE", "*"},
 		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
  	},
+	{
+		/*
+		 * Nonamed USB Pen Drive
+		 */
+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "", "USB DISK", "*"},
+		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+	},
  	{
 		/*
 		 * FujiFilm Camera
--- patch1 ends here ---


>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?200204220600.g3M60Mwt091968>