Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 14:47:21 +0200 (CEST)
From:      "Walter C. Pelissero" <walter@pelissero.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/70362: LaCie 160GB USB drive
Message-ID:  <200408121247.i7CClL7I001234@hyde.home.loc>
Resent-Message-ID: <200408121250.i7CCoN3e007355@freefall.freebsd.org>

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

>Number:         70362
>Category:       kern
>Synopsis:       LaCie 160GB USB drive
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 12 12:50:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Walter C. Pelissero
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD hyde.home.loc 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Thu Aug 12 13:24:59 CEST 2004 root@hyde.home.loc:/usr/src/sys/i386/compile/PCG-XG9 i386


	
>Description:
	The LaCie 160GB USB drive hangs reporting BBB timeouts.
>How-To-Repeat:
	Any substantial activity on the LaCie drive (fsck for example).
>Fix:

	The LaCie drive needs a quirk in scsi_da.c.  something like
	this will do:

	{
                /*
                 * LaCie 160GB USB drive
                 */
                {T_DIRECT, SIP_MEDIA_FIXED, "Maxtor*", "6Y160P0*", "*"},
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        },

	I'm not quite sure whether the DA_Q_NO_SYNC_CACHE is actually
	necessary, though.

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



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