Date: Wed, 28 May 2003 00:44:09 +0300 (EEST) From: Alexander Peresunko <alex@freeman.org.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/52735: Add support for one more type of USB flash Message-ID: <200305272144.h4RLi9dV003578@freeman.ukrtel.net> Resent-Message-ID: <200305272150.h4RLoEv5077170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52735 >Category: kern >Synopsis: Add support for one more type of USB flash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 27 14:50:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alexander Peresunko >Release: FreeBSD 4.8-RELEASE i386 >Organization: Ukrtelecom >Environment: System: FreeBSD freeman.ukrtel.net 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Tue May 27 19:45:02 EEST 2003 root@freeman.ukrtel.net:/usr/obj/usr/src/sys/FREEMAN i386 >Description: Please commit this patch to support ADATA EasyDrive Flash USB 2.0 >How-To-Repeat: >Fix: --- sys/cam/scsi/scsi_da.c.orig Wed May 28 00:32:00 2003 +++ sys/cam/scsi/scsi_da.c Wed May 28 00:34:31 2003 @@ -490,7 +490,14 @@ */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "OTi", "Flash Disk", "*"}, /*quirks*/ DA_Q_NO_6_BYTE - } + }, + { + /* + * ADATA EasyDrive Flash USB 2.0 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "*USB Disk 2.0*", "USB Disk 2.0*", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE + } }; static d_open_t daopen; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305272144.h4RLi9dV003578>