Date: Fri, 8 Dec 2000 08:40:05 -0800 (PST) From: "Michael C . Wu" <keichii@iteration.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/23378: PCG-C1VJ internal Memorystick slot(MSC-U01) is not recognized Message-ID: <200012081640.eB8Ge5o62038@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/23378; it has been noted by GNATS.
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. |
+------------------------------------------------------------------+
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?200012081640.eB8Ge5o62038>
