From owner-freebsd-mobile Thu Sep 26 20:22:43 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EBA37B401 for ; Thu, 26 Sep 2002 20:22:41 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6539843E6E for ; Thu, 26 Sep 2002 20:22:40 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id g8R3K2pk002998; Thu, 26 Sep 2002 21:22:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Sep 2002 21:19:53 -0600 (MDT) Message-Id: <20020926.211953.99375751.imp@bsdimp.com> To: bms@spc.org Cc: e-masson@kisoft-services.com, freebsd-mobile@FreeBSD.ORG Subject: Re: CF card & pcmcia adapter issues From: "M. Warner Losh" In-Reply-To: <20020925154908.GN26280@spc.org> References: <86d6r25d0j.fsf@notbsdems.nantes.kisoft-services.com> <20020925154908.GN26280@spc.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message: <20020925154908.GN26280@spc.org> Bruce M Simpson writes: : On Wed, Sep 25, 2002 at 05:01:48PM +0200, Eric Masson wrote: : > The card is a Dane-elec 64MB : > I get the infamous pccardd "driver allocation failed" when pluging the : > card. : : In order to get various flavours of CF to work I used the following:- : : #XXX bms : # Ritek CompactFlash : card "/^Ritek Co.*/" "/.*/" : config 0x1 "ata" ? : logstr "Ritek CompactFlash Card" Actually, I'm going to commit the following change to RELENG_4. I've been running it on our flash burning machine at work for almost a year now w/o a hassle. pccardd picks badly, and this is a workaround: Index: pccard.conf =================================================================== RCS file: /cache/ncvs/src/etc/defaults/pccard.conf,v retrieving revision 1.241 diff -u -r1.241 pccard.conf --- pccard.conf 26 Jul 2002 06:12:14 -0000 1.241 +++ pccard.conf 27 Sep 2002 03:18:42 -0000 @@ -2131,5 +2137,5 @@ # GENERIC Flash ATA / ATA HDD generic fixed_disk - config auto "ata" ? + config 0x1 "ata" ? logstr "GENERIC Flash ATA / ATA HDD" Which should also eliminate the mailbox full of 'please add this ATA flash with config 0x1 to pccard.conf'... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message