From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 18:01:01 2004 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 CBA9216A560 for ; Thu, 24 Jun 2004 18:01:01 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0307443D5A for ; Thu, 24 Jun 2004 18:01:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i5OHxWbE005183; Thu, 24 Jun 2004 11:59:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 24 Jun 2004 11:59:45 -0600 (MDT) Message-Id: <20040624.115945.24612752.imp@bsdimp.com> To: fred@freebsdbrasil.com.br From: "M. Warner Losh" In-Reply-To: <20040624161522.GA747@blizzard.freebsdbrasil.com.br> References: <20040624120259.GA736@blizzard.freebsdbrasil.com.br> <20040624.083254.77258471.imp@bsdimp.com> <20040624161522.GA747@blizzard.freebsdbrasil.com.br> 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: current@freebsd.org Subject: Re: Wireless interface not initializing 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, 24 Jun 2004 18:01:02 -0000 OK. It looks like the card isn't being noticed on insertion. cbb0: irq 11 at device 13.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: bad Vcc request. ctrl=0xffffff88, status=0xffffffff cbb_power: 0V This looks like cbb0 is getting a bad address. I should have had you include a devinfo -r as well. Please include the whole thing since there may be important clues in the non-cbb0 devices. Warner