From owner-freebsd-bugs@FreeBSD.ORG Sat Dec 25 09:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A59316A4CE for ; Sat, 25 Dec 2004 09:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28A743D49 for ; Sat, 25 Dec 2004 09:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBP9eP40012088 for ; Sat, 25 Dec 2004 09:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBP9ePFn012087; Sat, 25 Dec 2004 09:40:25 GMT (envelope-from gnats) Resent-Date: Sat, 25 Dec 2004 09:40:25 GMT Resent-Message-Id: <200412250940.iBP9ePFn012087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Bernd StrauÃß" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC51F16A4CE for ; Sat, 25 Dec 2004 09:40:09 +0000 (GMT) Received: from mailbus.gefoekom.org (mailbus.gefoekom.org [194.145.150.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564D143D3F for ; Sat, 25 Dec 2004 09:40:09 +0000 (GMT) (envelope-from no_bs@web.de) Received: from mailbus.gefoekom.org (localhost.localdomain [127.0.0.1]) by mailbus.gefoekom.org (Postfix) with ESMTP id 1C66A518CD for ; Sat, 25 Dec 2004 10:41:32 +0100 (CET) Received: (from uucp@localhost) by mailbus.gefoekom.org (8.12.10/8.12.10/Submit) id iBP9fVrt007809 for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Dec 2004 10:41:31 +0100 Received: from igate.buzz.mayn.de (igate.buzz.mayn.de [192.168.1.2]) by bserv.buzz.mayn.de (8.13.1/8.12.10) with ESMTP id iBP9dLLf017498 for ; Sat, 25 Dec 2004 10:39:21 +0100 (CET) (envelope-from no_bs@web.de) Message-Id: <1103967561.0@igate.buzz.mayn.de> Date: Sat, 25 Dec 2004 10:39:21 +0100 From: "Bernd StrauÃß" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.1 Subject: kern/75486: QUIRK Update (kern/70158) Frontier Labs Nex IA+ Digital Audio Player X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 09:40:26 -0000 >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: