From owner-freebsd-bugs@FreeBSD.ORG Tue Aug 16 14:59:14 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75DF16A422; Tue, 16 Aug 2005 14:59:14 +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 5163343D46; Tue, 16 Aug 2005 14:59:14 +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 j7GEurt1031082; Tue, 16 Aug 2005 08:56:53 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Aug 2005 08:57:08 -0600 (MDT) Message-Id: <20050816.085708.41687719.imp@bsdimp.com> To: glebius@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200508161332.j7GDWIKf034137@freefall.freebsd.org> References: <200508161332.j7GDWIKf034137@freefall.freebsd.org> 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]); Tue, 16 Aug 2005 08:56:53 -0600 (MDT) Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/84954: [CARDBUS] cbb alloc res fail (with hw.cardbus.debug=1 output) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 14:59:15 -0000 Actually, these aren't related to my recent changes. The problem is that netchild has a laptop without a pci bridge (well, with cbb on bus 0). This means we use a fairly lame default address. In these cases, one has to manually set a better one. Set hw.cardbus.start_address to something else. Figure that out by trial and error. Warner