Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 1999 20:35:22 -0500 (CDT)
From:      archon@forbidden.dough.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/12017: no quirk for Nakamichi cd changer
Message-ID:  <199906040135.UAA21494@forbidden.dough.net>

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

>Number:         12017
>Category:       kern
>Synopsis:       no quirk for Nakamichi cd changer
>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:   Thu Jun  3 18:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Moore
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Forbidden DoughNet Enterprises
>Environment:

cd1: <NAKAMICH MJ-5.16S 1.07> Removable CD-ROM SCSI-2 device 
cd1: 10.000MB/s transfers (10.000MHz, offset 15)
cd1: cd present [302895 x 2048 byte records]


>Description:

No quirk for this cd-changer device.
http://www.nakamichi.com/computer/mj5_16spec.htm

>How-To-Repeat:

	N/A

>Fix:
	
patch to sys/cam/scsi/scsi_cd.c

*** scsi_cd.c.orig	Thu Jun  3 20:15:11 1999
--- scsi_cd.c	Thu Jun  3 20:20:02 1999
***************
*** 166,171 ****
--- 166,175 ----
  	{
  		{ T_CDROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM CDS-535","*"},
  		/* quirks */ CD_Q_BCD_TRACKS
+ 	},
+ 	{
+ 		{ _CDROM, SIP_MEDIA_REMOVABLE, "NAKAMICH", "MJ-5.16S" , "*"},
+ 		/* quirks */ CD_Q_CHANGER
  	}
  };
  

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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