Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 2004 10:39:21 +0100
From:      "Bernd StrauÃß" <no_bs@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   kern/75486: QUIRK Update (kern/70158) Frontier Labs Nex IA+ Digital Audio Player
Message-ID:  <1103967561.0@igate.buzz.mayn.de>
Resent-Message-ID: <200412250940.iBP9ePFn012087@freefall.freebsd.org>

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

>Number:         75486
>Category:       kern
>Synopsis:       QUIRK Update (kern/70158) Frontier Labs Nex IA+ Digital Audio Player
>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:   Sat Dec 25 09:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Bernd Straußß
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.3-STABLE #78: Sat Dec 25 09:16:54 CET 2004
 


>Description:


This is a follow-up to kern/70158 (Frontier Labs Nex IA+ digital audio player).

I have noticed that in a recent firmware upgrade (rev. 1.3) some parts of the device's identification string have changed (e.g. "NexIA+" turned into "Nex IA+"). This change prevents kern/70158 from working.


>How-To-Repeat:





>Fix:


I propose the following change to /sys/cam/scsi/scsi_da.c (this may be overly broad, but short of adding a second entry with "Nex IA+*" what else can you do...):

# diff /sys/cam/scsi/scsi_da.c /tmp/scsi_da.c
318c318
<               {T_DIRECT, SIP_MEDIA_REMOVABLE, "FL" , "NexIA+*", "*"},
---
>               {T_DIRECT, SIP_MEDIA_REMOVABLE, "FL" , "Nex*", "*"},



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



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