From nobody@FreeBSD.org  Thu Feb 26 03:08:49 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D60616A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Feb 2004 03:08:49 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 376B543D1F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Feb 2004 03:08:49 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i1QB8m72034439
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Feb 2004 03:08:48 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i1QB8muK034438;
	Thu, 26 Feb 2004 03:08:48 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200402261108.i1QB8muK034438@www.freebsd.org>
Date: Thu, 26 Feb 2004 03:08:48 -0800 (PST)
From: Ryuji MATSUMOTO <matumoto@pluto.ai.kyutech.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: umass1: Unsupported ATAPI command 0x3c
X-Send-Pr-Version: www-2.3

>Number:         63384
>Category:       kern
>Synopsis:       umass1: Unsupported ATAPI command 0x3c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sanpei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 03:10:18 PST 2004
>Closed-Date:    Thu Feb 26 15:46:13 PST 2004
>Last-Modified:  Thu Feb 26 15:46:13 PST 2004
>Originator:     Ryuji MATSUMOTO
>Release:        4.9-STABLE(Feb/26/2004)
>Organization:
Kyushu Inst. of Tech. Japan.
>Environment:
FreeBSD testrouter. 4.9-STABLE FreeBSD 4.9-STABLE #3: Thu Feb 26 19:18:53 JST 2004     matumoto@testrouter:/stable/src/sys/compile/NAT  i386

>Description:
USB-CDRW is issuing the following errors.

>How-To-Repeat:
Error generating will be carried out if cdrecord is used.

# cdrecord -version
Cdrecord 2.00.3 (i386-unknown-freebsd4.9) Copyright (C) 1995-2002 Jg Schilling

>Fix:
*** umass.c~    Fri Feb 13 23:54:43 2004
--- umass.c     Thu Feb 26 19:17:42 2004
***************
*** 2942,2947 ****
--- 2942,2948 ----
        case SYNCHRONIZE_CACHE:
        case MODE_SELECT_10:
        case MODE_SENSE_10:
+       case READ_BUFFER:
        case 0x42: /* READ_SUBCHANNEL */
        case 0x43: /* READ_TOC */
        case 0x44: /* READ_HEADER */

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sanpei 
Responsible-Changed-By: nork 
Responsible-Changed-When: Thu Feb 26 07:11:57 PST 2004 
Responsible-Changed-Why:  
Over to USB specialist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63384 
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Thu Feb 26 15:31:04 PST 2004 
State-Changed-Why:  
Commited thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63384 
>Unformatted:
 >Feb 26 17:36:37 testrouter /kernel: umass1: Unsupported ATAPI command 0x3c
 >Feb 26 17:36:54 testrouter /kernel: umass1: Unsupported ATAPI command 0x3c
 >Feb 26 17:37:30 testrouter /kernel: umass0: Unsupported ATAPI command 0x3c
 >Feb 26 17:37:49 testrouter /kernel: umass0: Unsupported ATAPI command 0x3c
 
 The environment of my computer is as follows.
 
 -Dell PowerEdge 600SC
 -Celeron2GHz/MEM512
 -USB DVD/+RW/-RW: Logitec DR-H443SU2(umass0)
 In Japanese (http://www.logitec.co.jp/products/dvd/ldrh443su2.html)
 -USB DVD/+RW/-RW: IO-DATA DVR-UEH8 (umass1)
 In japanese (http://www.iodata.jp/prod/storage/dvd/2004/dvr-ueh8/index.htm)
 
 
