Bug 23378

Summary: PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized
Product: Base System Reporter: teramoto <teramoto>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description teramoto 2000-12-08 13:20:01 UTC
	Sony PCG-C1VJ has internal Memorystick slot. I make patch and works well.
Comment 1 keichii 2000-12-08 16:31:20 UTC
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. |
+------------------------------------------------------------------+
Comment 2 Warner Losh freebsd_committer freebsd_triage 2000-12-14 22:10:03 UTC
State Changed
From-To: open->closed

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