Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2000 19:06:37 -0600
From:      Warner Losh <imp@village.org>
To:        Erich Zigler <erichz@superhero.org>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Simple Technology 16MB Compact Flash Card 
Message-ID:  <200008220106.TAA42871@harmony.village.org>
In-Reply-To: Your message of "Mon, 21 Aug 2000 17:56:55 CDT." <20000821175655.A82963@superhero.org> 
References:  <20000821175655.A82963@superhero.org>  <20000821165308.B50050@superhero.org> <20000820111627.A5271@superhero.org> <200008212145.PAA41160@harmony.village.org> <20000821165308.B50050@superhero.org> <200008212253.QAA41772@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000821175655.A82963@superhero.org> Erich Zigler writes:
: On Mon, Aug 21, 2000 at 04:53:06PM -0600, Warner Losh wrote:
: 
: > OK.  Then it may be the problem that we've seen on a few laptops where 
: > CF cards aren't properly initialized.  Likely this is a voltage
: > issue of some sort.
: 
: Any idea on a fix?

Try this one:

Index: pccard.c
===================================================================
RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pccard.c,v
retrieving revision 1.108
diff -u -r1.108 pccard.c
--- pccard.c	2000/06/23 22:47:17	1.108
+++ pccard.c	2000/08/22 01:06:03
@@ -282,7 +282,7 @@
 	 *	Enable 5V to the card so that the CIS can be read.
 	 */
 	slt->pwr.vcc = 50;
-	slt->pwr.vpp = 0;
+	slt->pwr.vpp = 50;
 
 	/*
 	 * Disable any pending timeouts for this slot, and explicitly


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008220106.TAA42871>