From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 15:08:11 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 4946716A4BF; Mon, 8 Sep 2003 15:08:11 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0892043FBF; Mon, 8 Sep 2003 15:08:10 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h88M89TX004607; Mon, 8 Sep 2003 16:08:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 08 Sep 2003 16:07:37 -0600 (MDT) Message-Id: <20030908.160737.133460160.imp@bsdimp.com> To: DougB@freebsd.org From: "M. Warner Losh" In-Reply-To: <20030908144407.Q30883@12-234-22-23.pyvrag.nggov.pbz> References: <20030908144407.Q30883@12-234-22-23.pyvrag.nggov.pbz> 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 Subject: Re: No pccard with last night's kernel 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: Mon, 08 Sep 2003 22:08:11 -0000 In message: <20030908144407.Q30883@12-234-22-23.pyvrag.nggov.pbz> Doug Barton writes: : With a kernel updated last night, I get the following every time I try : to put in a wireless card, in either slot: : : pccard0: can't alloc memory to read attributes : pccard0: CARD ERROR! : cbb0: PC Card card activation failed : pccard1: can't alloc memory to read attributes : pccard1: CARD ERROR! : cbb1: PC Card card activation failed Looks like you can't get memory to read the card attributes. You need to fix that problem :-). Did a prior version work? Which one? Using ACPI or not? Warner