From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 00:45:53 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2616A4CE for ; Mon, 23 Aug 2004 00:45:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106B643D2D for ; Mon, 23 Aug 2004 00:45:53 +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 i7N0jGba057197; Sun, 22 Aug 2004 18:45:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 18:45:33 -0600 (MDT) Message-Id: <20040822.184533.129374373.imp@bsdimp.com> To: jne@iinet.net.au From: "M. Warner Losh" In-Reply-To: <4121DDBD.7040600@iinet.net.au> References: <4121DDBD.7040600@iinet.net.au> 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-mobile@freebsd.org Subject: Re: -CURRENT and NEWCARD X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 00:45:53 -0000 In message: <4121DDBD.7040600@iinet.net.au> Michael McCormack writes: : But is anybody else having trouble with -CURRENT and NEWCARD? more : specifically, errors of the type: I've not seen those errors. You dmesg didn't include any instances of the messages. : I've googled on this, found a lot of problem reports but very few : solutions; adding hw.pci.allow_unsupported_io_range=1 to loader.conf : didn't work. This kludge was eliminated with extreme prejustice some time ago. However, there are some reports of cbb not working when attached to pci0. I've not been able to nail down the details as to why or how this fails. My guess is that it is resources at the host bridge not constraining resources properly... Warner