From owner-freebsd-current@FreeBSD.ORG Wed May 12 19:06:33 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 8733A16A4CE for ; Wed, 12 May 2004 19:06:33 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52D143D48 for ; Wed, 12 May 2004 19:06:32 -0700 (PDT) (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 i4D26WOd003630; Wed, 12 May 2004 20:06:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 12 May 2004 20:07:30 -0600 (MDT) Message-Id: <20040512.200730.103236266.imp@bsdimp.com> To: weaseal@hotmail.com From: "M. Warner Losh" In-Reply-To: References: 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-current@freebsd.org Subject: Re: cardbus activation failed. 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, 13 May 2004 02:06:33 -0000 In message: "Walter Venable" writes: : Onto the next problem arising in my -CURRENT from 5/11/2004. I actually : have had cardbus troubles since 5.2-RELEASE. Before that it didn't spit out : any errors, however the error was only about the first 7 lines of this : current one. I am running a Dell Inspiron 8200. : : uname -a: FreeBSD walt.weaseal.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed : May 12 03:47:54 EDT 2004 : root@walt.weaseal.com:/usr/obj/usr/src/sys/MYKERNEL i386 : : dmesg spits out the following error: : : bash-2.05b$ dmesg | grep cardbus : cardbus0: on cbb0 : cardbus1: on cbb1 : cardbus2: on cbb2 : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.0 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.1 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.2 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.3 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.4 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.5 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.6 (no driver attached) : cardbus0: Expecting link target, got 0xff : cardbus0: Resource not specified in CIS: id=10, size=200 : cardbus0: Resource not specified in CIS: id=14, size=100 : cardbus0: Resource not specified in CIS: id=18, size=400 : cardbus0: at device 0.7 (no driver attached) : : Has anyone else had this problem and resolved it? I'd really like to try : out ndis with my wireless card. It looks a lot like a resource conflict. Not sure what it is since you've not provided an entire dmesg. set hw.cbb.debug=1 and hw.cardbus.debug=1 and send me the entire dmesg. What you've sent is kinda interesting, but also useless. Warner