From owner-freebsd-mobile Fri Dec 8 8:31:26 2000 From owner-freebsd-mobile@FreeBSD.ORG Fri Dec 8 08:31:24 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id E072E37B400; Fri, 8 Dec 2000 08:31:22 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id E466A57404; Fri, 8 Dec 2000 10:31:20 -0600 (CST) Date: Fri, 8 Dec 2000 10:31:20 -0600 From: "Michael C . Wu" 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 Message-ID: <20001208103120.A5669@peorth.iteration.net> Reply-To: "Michael C . Wu" Mail-Followup-To: "Michael C . Wu" , teramoto@comm.eng.osaka-u.ac.jp, FreeBSD-gnats-submit@freebsd.org, mobile@freebsd.org, nsayer@freebsd.org References: <200012081311.eB8DBho08921@localhost.comm.eng.osaka-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200012081311.eB8DBho08921@localhost.comm.eng.osaka-u.ac.jp>; from teramoto@comm.eng.osaka-u.ac.jp on Fri, Dec 08, 2000 at 10:11:43PM +0900 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: keichii@peorth.iteration.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-mobile" in the body of the message