kern/70362: LaCie 160GB USB drive

Walter C. Pelissero walter at pelissero.de
Thu Aug 12 05:50:23 PDT 2004


>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 at 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:


More information about the freebsd-bugs mailing list