From owner-freebsd-bugs Sun May 26 9:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C18737B405 for ; Sun, 26 May 2002 09:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4QGA2j66036; Sun, 26 May 2002 09:10:02 -0700 (PDT) (envelope-from gnats) Received: from mailgate3.zdv.Uni-Mainz.DE (mailgate3.zdv.Uni-Mainz.DE [134.93.130.78]) by hub.freebsd.org (Postfix) with ESMTP id EFE8C37B405 for ; Sun, 26 May 2002 09:04:03 -0700 (PDT) Received: from armada.zdv.Uni-Mainz.DE (netzadmin.zdv.Uni-Mainz.DE [134.93.144.121]) by mailgate3.zdv.Uni-Mainz.DE (8.12.3/8.12.2) with ESMTP id g4QG42EJ022972 for ; Sun, 26 May 2002 18:04:02 +0200 (MEST) Received: (from root@localhost) by armada.zdv.Uni-Mainz.DE (8.11.6/8.11.6) id g4QG3lv00415; Sun, 26 May 2002 18:03:47 +0200 (CEST) (envelope-from root) Message-Id: <200205261603.g4QG3lv00415@armada.zdv.Uni-Mainz.DE> Date: Sun, 26 May 2002 18:03:47 +0200 (CEST) From: weiss@uni-mainz.de Reply-To: weiss@uni-mainz.de To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/38575: NoName USB Flash drive not working Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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