From owner-freebsd-current@FreeBSD.ORG Sun Sep 25 21:19:27 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 525B416A41F for ; Sun, 25 Sep 2005 21:19:27 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E43E943D5D for ; Sun, 25 Sep 2005 21:19:26 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j8PLIcul018811; Sun, 25 Sep 2005 15:18:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 25 Sep 2005 15:19:08 -0600 (MDT) Message-Id: <20050925.151908.79162164.imp@bsdimp.com> To: jperalta17@gmail.com, freebsd-current@freebsd.org From: "M. Warner Losh" In-Reply-To: <20050925191237.GA15981@odin.ac.hmc.edu> References: <20050925191237.GA15981@odin.ac.hmc.edu> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sun, 25 Sep 2005 15:18:38 -0600 (MDT) Cc: Subject: Re: if_ath driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 25 Sep 2005 21:19:27 -0000 In message: <20050925191237.GA15981@odin.ac.hmc.edu> Brooks Davis writes: : On Sun, Sep 18, 2005 at 08:56:38PM -0400, Joseph Peralta wrote: : > If the if_ath kernel driver and ath_hal driver are loaded and there is : > no atheros-based wireless card actually plugged into the PCMCIA slot : > and you attempt to plug in another PCMCIA card it fails with the error : > "pccard0: Card has no functions!" If you do install an atheros-based : > card then your pccard system functions properly. : > : > Is there any fix for this problem? : : I does the card in question actually work when the ath modules aren't : loaded? What is the card anyway? That error message doesn't sound like : one that would ordinarly be caused by an driver. "Card hs no functions" means that the (a) The bridge thought it was a 16-bit PC Card (never true for atheros) and (b) it couldn't read the CIS. If it was only (b), that indicates a resource problem with the memory allocated to read the CIS. Since it is both, I'm not sure. Can you send me your dmesg boot -v privately? Warner