From owner-freebsd-stable@FreeBSD.ORG Wed Apr 30 11:30:41 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E68791065670 for ; Wed, 30 Apr 2008 11:30:41 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from mail-out1.fuse.net (mail-out1.fuse.net [216.68.8.175]) by mx1.freebsd.org (Postfix) with ESMTP id B56258FC17 for ; Wed, 30 Apr 2008 11:30:41 +0000 (UTC) (envelope-from jonathan@kc8onw.net) X-CNFS-Analysis: v=1.0 c=1 a=NUA9UdKaH8wA:15 a=VuYw-kHUr20A:10 a=X86uxc7E6I0A:10 a=xUvkYoQocQKi/8Los98NoQ==:17 a=gwAFgIw1VGRuyHzWO4kA:9 a=3xfa1DLLt-tKe_Rd14cA:7 a=7hLsyzaIC1dVd0ssJEKIfWDx50wA:4 a=gi0PWCVxevcA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Received: from [208.102.162.227] ([208.102.162.227:50085] helo=mail.kc8onw.net) by mail-out1.fuse.net (ecelerity 2.1.1.22 r(17669)) with ESMTP id ED/D6-10828-BD458184 for ; Wed, 30 Apr 2008 07:15:40 -0400 Received: from www.kc8onw.net (localhost [127.0.0.1]) by mail.kc8onw.net (Postfix) with ESMTP id CC3EF28415 for ; Wed, 30 Apr 2008 07:15:39 -0400 (EDT) Received: from 80.91.220.50 (SquirrelMail authenticated user jonathan) by www.kc8onw.net with HTTP; Wed, 30 Apr 2008 07:15:39 -0400 (EDT) Message-ID: <54833.80.91.220.50.1209554139.squirrel@www.kc8onw.net> Date: Wed, 30 Apr 2008 07:15:39 -0400 (EDT) From: jonathan@kc8onw.net To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: em1: Unable to allocate bus resource: memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 11:30:42 -0000 I bought a new PCIe NIC a few months ago and was working with Jack Vogel on getting it to work but he was busy then I got busy and things stalled. Does anyone else have any idea what might be wrong here? The card is recognized but the em driver fails to initialize it for some reason. I'm running 7-STABLE and the standard information is below. uname -a (system csuped within a couple hours of build time): FreeBSD storage.kc8onw.net 7.0-STABLE FreeBSD 7.0-STABLE #8: Wed Apr 30 14:20:32 ADT 2008 root@storage.kc8onw.net:/usr/obj/usr/src/sys/STORAGE i386 dmesg lines for em1 (full dmesg available if needed): em1: port 0xdc00-0xdc1f mem 0xfe8e0000-0xfe8fffff,0xfe8c0000-0xfe8dffff irq 16 at device 0.0 on pci3 em1: Unable to allocate bus resource: memory em1: Allocation of PCI resources failed pciconf -lv for em 1: em1@pci0:3:0:0: class=0x020000 card=0x10838086 chip=0x10b98086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' device = '82572EI PRO/1000 PT Desktop Adapter (Copper)' class = network subclass = ethernet Thank you, Jonathan