Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2002 18:03:47 +0200 (CEST)
From:      weiss@uni-mainz.de
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/38575: NoName USB Flash drive not working
Message-ID:  <200205261603.g4QG3lv00415@armada.zdv.Uni-Mainz.DE>

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

>Number:         38575
>Category:       kern
>Synopsis:       NoName USB Flash drive not working
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 26 09:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Weiss
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Universitaet Mainz
>Environment:
System: FreeBSD armada.zdv.Uni-Mainz.DE 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Sun May 26 17:41:06 CEST 2002 root@armada.zdv.Uni-Mainz.DE:/usr/src/sys/compile/ARMADA i386


>Description:
	A NoName USB Flash Drive does not work, because the
        SCSI driver uses 6 Byte Read/Write commands, which
        the drive does not understand
>How-To-Repeat:
	Try to read from the drive
>Fix:

*** scsi_da.c.orig	Mon Jan 14 10:25:43 2002
--- scsi_da.c	Sun May 26 17:38:10 2002
***************
*** 345,350 ****
--- 345,357 ----
  		 */
  		{T_DIRECT, SIP_MEDIA_REMOVABLE, "DIVA USB", "Media Reader","*"},
  		/*quirks*/ DA_Q_NO_6_BYTE
+ 	},
+ 	{
+ 		/*
+ 	         * USB Flash Drive
+ 		 */
+ 		{T_DIRECT, SIP_MEDIA_REMOVABLE, "", "USB Flash Drive","*"},
+ 		/*quirks*/ DA_Q_NO_6_BYTE
  	}
  };
  

>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?200205261603.g4QG3lv00415>