From owner-freebsd-mobile Mon Aug 21 18: 7:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A9E4E37B424 for ; Mon, 21 Aug 2000 18:07:43 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id TAA55985; Mon, 21 Aug 2000 19:07:42 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id TAA42871; Mon, 21 Aug 2000 19:06:37 -0600 (MDT) Message-Id: <200008220106.TAA42871@harmony.village.org> To: Erich Zigler Subject: Re: Simple Technology 16MB Compact Flash Card Cc: freebsd-mobile@FreeBSD.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> Date: Mon, 21 Aug 2000 19:06:37 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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