From owner-freebsd-current@FreeBSD.ORG Thu Oct 16 08:38:12 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F1D516A4B3; Thu, 16 Oct 2003 08:38:12 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409C843F3F; Thu, 16 Oct 2003 08:38:11 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id h9GFaQE7081831; Thu, 16 Oct 2003 09:36:26 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 16 Oct 2003 09:32:55 -0600 (MDT) Message-Id: <20031016.093255.68106905.imp@bsdimp.com> To: deischen@freebsd.org, eischen@vigrid.com From: "M. Warner Losh" In-Reply-To: References: <20031015144651.GA22097@athena.oekb.co.at> X-Mailer: Mew version 2.1 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-current@freebsd.org cc: a@jenisch.at Subject: Re: PCcards not working (5.1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 15:38:12 -0000 In message: Daniel Eischen writes: : On Wed, 15 Oct 2003 a@jenisch.at wrote: : : > Hi, : > : > I'm running into a problem wrt PCcards under 5.1. : > : > First, here's what I've got: : > Compaq Evo N610c, 1GB RAM, 40GB HD, latest BIOS : > SW: FreeBSD 5.1 : > : > The problem: The PCCard-slots are recognized upon boot but when I : > insert a card into any of the two slots I get an error message, : > telling me that there's no pccard slot present. : > : > (excert from /var/log/messages) : > : > Oct 15 09:19:16 beastie pccardd[507]: fatal error: no PC-CARD slots : > Oct 15 09:19:23 beastie kernel: pccard0: can't alloc memory to read attributes : > Oct 15 09:19:23 beastie kernel: pccard0: CARD ERROR! : > Oct 15 09:19:23 beastie kernel: cbb0: PC Card card activation failed : > : > When I try to start pccardd by hand, even using "pccardd -d" it dies : > immediately with the same error message. : : You should use devd instead of pccardd in -current. : See devd(8) and devd.conf(8). That's one problem, but not the problem. The problem that he's hitting is that he can't get memory to read the card's CIS. That's usually solved with setting hw.cbb.start_memory to a good value. Warner