From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 21:57:42 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 9D3C916A4CE for ; Mon, 12 Apr 2004 21:57:42 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186CD43D1F for ; Mon, 12 Apr 2004 21:57:42 -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 i3D4vfkj099341; Mon, 12 Apr 2004 22:57:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 12 Apr 2004 22:58:30 -0600 (MDT) Message-Id: <20040412.225830.85412394.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040412213855.M72681@root.org> References: <20040412213855.M72681@root.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 cc: freebsd-current@freebsd.org Subject: Re: 3Com 3c905 failed to attach 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: Tue, 13 Apr 2004 04:57:42 -0000 In message: <20040412213855.M72681@root.org> Nate Lawson writes: : Perhaps the memory range isn't specified as contiguous resources. : : > pcib2: device xl0 requested decoded memory range 0xde000000-0xdeffffff : > xl0: Lazy allocation of 0x1 bytes rid 0x14 type 3 at 0xde000000 : : Output from devinfo -r after booting your kernel with xl0 would help. I'm guessing that this card wants to be talked to with I/O ports and the fact that it tried memory maps is a clue. that used to fail, but now succeeds. Warner