From markun@localhost.comm.eng.osaka-u.ac.jp  Fri Dec  8 05:13:22 2000
Return-Path: <markun@localhost.comm.eng.osaka-u.ac.jp>
Received: from localhost.comm.eng.osaka-u.ac.jp (wmaeda1.comm.eng.osaka-u.ac.jp [133.1.44.37])
	by hub.freebsd.org (Postfix) with ESMTP id B0A6237B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Dec 2000 05:12:06 -0800 (PST)
Received: (from markun@localhost)
	by localhost.comm.eng.osaka-u.ac.jp (8.11.1/8.11.1) id eB8DBho08921;
	Fri, 8 Dec 2000 22:11:43 +0900 (JST)
	(envelope-from markun)
Message-Id: <200012081311.eB8DBho08921@localhost.comm.eng.osaka-u.ac.jp>
Date: Fri, 8 Dec 2000 22:11:43 +0900 (JST)
From: teramoto@comm.eng.osaka-u.ac.jp
Sender: markun@localhost.comm.eng.osaka-u.ac.jp
Reply-To: teramoto@comm.eng.osaka-u.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         23378
>Category:       kern
>Synopsis:       PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 08 05:20:01 PST 2000
>Closed-Date:    Thu Dec 14 15:10:03 MST 2000
>Last-Modified:  Thu Dec 14 15:10:39 MST 2000
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Osaka-u
>Environment:
System: FreeBSD geburah 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Tue Dec 5 23:54:41 JST 2000 root@geburah:/usr/src/sys/compile/GEBURAH i386


	
>Description:
	Sony PCG-C1VJ has internal Memorystick slot. I make patch and works well.
>How-To-Repeat:
	
>Fix:
--- scsi_da.c.orig     Sat Oct 21 10:06:28 2000
+++ scsi_da.c   Fri Dec  8 20:39:46 2000
@@ -224,6 +224,11 @@
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
        },
        {
+               /* Sony PCG-C1VJ Internal Memory Stick Slot */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MSC-U01", "*"},
+               /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
+       },
+       {
                /*
                 * Sony Memory Stick adapter MSAC-US1,
                 * does not support READ_6 commands only READ_10. It also does

>Release-Note:
>Audit-Trail:

From: "Michael C . Wu" <keichii@iteration.net>
To: teramoto@comm.eng.osaka-u.ac.jp
Cc: FreeBSD-gnats-submit@freebsd.org, mobile@freebsd.org,
	nsayer@freebsd.org
Subject: Re: kern/23378: PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized
Date: Fri, 8 Dec 2000 10:31:20 -0600

 On Fri, Dec 08, 2000 at 10:11:43PM +0900, teramoto@comm.eng.osaka-u.ac.jp scribbled:
 | >Number:         23378
 | >Category:       kern
 | >Synopsis:       PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized
 
 | >Description:
 |       Sony PCG-C1VJ has internal Memorystick slot. I make patch and works well.
 | >How-To-Repeat:
 |
 | >Fix:
 | --- scsi_da.c.orig     Sat Oct 21 10:06:28 2000
 | +++ scsi_da.c   Fri Dec  8 20:39:46 2000
 | @@ -224,6 +224,11 @@
 |                 /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
 |         },
 |         {
 | +               /* Sony PCG-C1VJ Internal Memory Stick Slot */
 | +               {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MSC-U01", "*"},
 | +               /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
 | +       },
 | +       {
 |                 /*
 |                  * Sony Memory Stick adapter MSAC-US1,
 |                  * does not support READ_6 commands only READ_10. It also does
 
 This is what I mentioned a while ago on -mobile.  It works
 with my Z505JS as well.
 
 --
 +------------------------------------------------------------------+
 | keichii@peorth.iteration.net         | keichii@bsdconspiracy.net |
 | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. |
 +------------------------------------------------------------------+
 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Thu Dec 14 15:10:03 MST 2000 
State-Changed-Why:  
I've committed a similar change reviewed by ken. 
/home/imp/FreeBSD/CVS/src/sys/cam/scsi/scsi_da.c,v  <--  scsi_da.c 
new revision: 1.60; previous revision: 1.59 
done 


http://www.freebsd.org/cgi/query-pr.cgi?pr=23378 
>Unformatted:
