From owner-freebsd-current@FreeBSD.ORG Fri Mar 18 16:42:17 2005 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 7FDB216A4CE for ; Fri, 18 Mar 2005 16:42:17 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C52143D2D for ; Fri, 18 Mar 2005 16:42:17 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IGeCqg054711; Fri, 18 Mar 2005 09:40:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 09:40:12 -0700 (MST) Message-Id: <20050318.094012.78745068.imp@bsdimp.com> To: if@hetzner.co.za From: 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: current@freebsd.org Subject: Re: device pcic and card 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: Fri, 18 Mar 2005 16:42:17 -0000 > This extra line appears in the new kernel's output. Is this perhaps > what was detected as in the older kernel as pcic0? > unknown: can't assign resources (memory) > > Is there anything else that I should be doing that I'm not? Adding the following to device.hints (or /boot/loader.conf) may help: hint.cbb.0.at="isa" hint.cbb.0.port="0x3e0" hint.cbb.0.maddr="0xd0000" Warner