Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2003 23:27:57 +0200 (CEST)
From:      Richard Arends <richard@unixguru.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/53067: Add support for the PQI USB Flash Disk
Message-ID:  <200306082127.h58LRvuf062559@mail.unixguru.nl>
Resent-Message-ID: <200306082130.h58LUHMN027307@freefall.freebsd.org>

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

>Number:         53067
>Category:       kern
>Synopsis:       Add support for the PQI USB Flash Disk
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 08 14:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Richard Arends
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Unixguru.nl
>Environment:
System: FreeBSD snowlap.unixguru.nl 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Sun Jun  8 22:44:02 CEST 2003  root@snowlap.unixguru.nl:/usr/obj/usr/src/sys/SNOWLAP  i386


	
>Description:
	The PQI USB Flash Disk needs DA_Q_NO_6_BYTE and DA_Q_NO_SYNC_CACHE quirks
>How-To-Repeat:
	
>Fix:

	--- scsi_da.c.orig	Sun Jun  8 22:28:15 2003
	+++ scsi_da.c		Sun Jun  8 22:26:37 2003
	@@ -507,6 +507,14 @@
	 		 */
	 		{T_DIRECT, SIP_MEDIA_REMOVABLE, "OTi", "Flash Disk", "*"},
	 		/*quirks*/ DA_Q_NO_6_BYTE
	+	},
	+	{
	+		/*
	+		 * Power Quotient International, Inc. (PQI) USB Traveling Disk USB1.1
	+		 * Drive does not like cache sync or 6 byte commands.
	+		 */
	+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "USB Flash Disk*", "*"},
	+		/*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
	 	}
	 };
 

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



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