From nobody@www.freebsd.org  Fri May 31 01:28:27 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id 954D737B405
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 May 2002 01:28:26 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4V8SQhG000797
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 May 2002 01:28:26 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g4V8SQ08000796;
	Fri, 31 May 2002 01:28:26 -0700 (PDT)
Message-Id: <200205310828.g4V8SQ08000796@www.freebsd.org>
Date: Fri, 31 May 2002 01:28:26 -0700 (PDT)
From: Pat Lashley <patl+freebsd@phoenix.volant.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maxtor 30GB USB-2.0 drive needs quirk entry
X-Send-Pr-Version: www-1.0

>Number:         38764
>Category:       kern
>Synopsis:       Maxtor 30GB USB-2.0 drive needs quirk entry
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    njl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 31 01:30:01 PDT 2002
>Closed-Date:    Thu Oct 17 10:34:57 PDT 2002
>Last-Modified:  Thu Oct 17 10:34:57 PDT 2002
>Originator:     Pat Lashley
>Release:        4.6-RC
>Organization:
>Environment:
>Description:
Some (all?) Maxtor USB drives appear to have problems with 6-byte
command sequences.  There are a couple of quirk entries for this;
but they don't cover the 30GB drives with the id 'W030H2'.

>How-To-Repeat:

>Fix:
Apply the following patch to /usr/src/sys/cam/scsi/scsi_da.c

--- scsi_da.c.~1~	Thu Mar 28 11:24:39 2002
+++ scsi_da.c	Thu May 16 17:07:05 2002
@@ -270,6 +270,13 @@
 		/*quirks*/ DA_Q_NO_6_BYTE
 	},
 	{
+		/*
+		 * ACom Maxtor USB drive, among others
+		 */
+		{T_DIRECT, SIP_MEDIA_FIXED, "Maxtor*", "W030H2*", "*"},
+		/*quirks*/ DA_Q_NO_6_BYTE
+	},
+	{
 		{T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP", "*"},
 		/*quirks*/ DA_Q_NO_6_BYTE
 	},

>Release-Note:
>Audit-Trail:

From: Nate Lawson <nate@root.org>
To: freebsd-gnats-submit@FreeBSD.org, patl+freebsd@phoenix.volant.org
Cc:  
Subject: Re: kern/38764: Maxtor 30GB USB-2.0 drive needs quirk entry
Date: Thu, 15 Aug 2002 16:33:27 -0700 (PDT)

 Please upgrade to 4.6R or -STABLE and let us know if you have more
 problems.  If you do, please send dmesg output.  Note:  "minimum_cmd_size
 is increased to 10" message is *not* an error.
 
 -Nate
 
State-Changed-From-To: open->feedback 
State-Changed-By: njl 
State-Changed-When: Tue Oct 1 13:51:00 PDT 2002 
State-Changed-Why:  
Please add any missing info 


Responsible-Changed-From-To: freebsd-bugs->njl 
Responsible-Changed-By: njl 
Responsible-Changed-When: Tue Oct 1 13:51:00 PDT 2002 
Responsible-Changed-Why:  

New quirk maintainer.  Please add any information that is missing 
(i.e. new/old dmesg, exact device info, etc.)  You can find all the 
needed information at: 
http://www.root.org/~nate/freebsd/quirks.html 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38764 

From: Nate Lawson <nate@root.org>
To: Pat Lashley <patl+freebsd@phoenix.volant.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: kern/38764
Date: Wed, 2 Oct 2002 15:19:10 -0700 (PDT)

 Please respond.  This PR will be closed in 2 weeks.
 
 
State-Changed-From-To: feedback->closed 
State-Changed-By: njl 
State-Changed-When: Thu Oct 17 10:34:23 PDT 2002 
State-Changed-Why:  
Timeout, no response.  User should submit a new PR with full information 
that was requested.  Please see above URL. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38764 
>Unformatted:
