From owner-freebsd-mobile@FreeBSD.ORG Thu Mar 25 16:38:39 2004 Return-Path: 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 6856216A4CE for ; Thu, 25 Mar 2004 16:38:39 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2FD443D54 for ; Thu, 25 Mar 2004 16:38:38 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2Q0cXkj035812; Thu, 25 Mar 2004 17:38:38 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 25 Mar 2004 17:38:33 -0700 (MST) Message-Id: <20040325.173833.102613634.imp@bsdimp.com> To: pbrossin@swissgeeks.com From: "M. Warner Losh" In-Reply-To: <20040323174212.738da1f7.pbrossin@swissgeeks.com> References: <20040323174212.738da1f7.pbrossin@swissgeeks.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: PCMCIA slots not working X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 00:38:39 -0000 : Now when I try to insert a PCMCIA card it doesn't say anything. : Tried to put pccard_enable="YES" in rc.conf and run pccardd but it says: : "fatal error: no PC-CARD slots" pccardd isn't used in 5.x. Sounds like there's an interrupt problem of some sort. Warner