From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 21:43:03 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 8E1B416A4CE for ; Mon, 12 Apr 2004 21:43:03 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7698943D4C for ; Mon, 12 Apr 2004 21:43:03 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 72714 invoked by uid 1000); 13 Apr 2004 04:43:01 -0000 Date: Mon, 12 Apr 2004 21:43:01 -0700 (PDT) From: Nate Lawson To: Shizuka Kudo Message-ID: <20040412213855.M72681@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: imp@bsdimp.com 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:43:03 -0000 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. -Nate