Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2006 09:01:12 +0100 (CET)
From:      User & <dhenin@cypries.cyclopes.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   usb/94439: Add support for JNC MP3 Player
Message-ID:  <200603140801.k2E81COE000926@cypries.cyclopes.org>
Resent-Message-ID: <200603140810.k2E8AJqC043495@freefall.freebsd.org>

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

>Number:         94439
>Category:       usb
>Synopsis:       Add support for JNC MP3 Player
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 14 08:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Fnet
>Environment:
System: FreeBSD cypries.cyclopes.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #21: Tue Mar 14 07:09:46 CET 2006 dhenin@cypries.cyclopes.org:/usr/obj/usr/src/sys/CU i386


>Description:
	When i plug my JNC MP3 Player, the system panic and reboot

>How-To-Repeat:
	Just buy the same player (SylverCrest) and plug it. 
>Fix:
--- /sys/cam/scsi/scsi_da.c
+++ scsi_da.c 
        {
                /*
                 * PNY USB Flash keys
                 * PR: usb/75578, usb/72344, usb/65436 
                 */
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "*" , "USB DISK*",
                "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
        },
+       {
+               /*
+                * XXX
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "JNC*" , "MP3 Player*",
+               "*"}, /*quirks*/ 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?200603140801.k2E81COE000926>