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: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> 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
[snip discussion] Sorry to all for the noise, turns out that with a motherboard BIOS update the card is recognized and initialized fine. For the archives the board was an Asus P5B-VM DO and had the 0505 BIOS. I updated to the 1001 version. Jonathan Stewart
On Sun, May 4, 2008 at 2:13 AM, <jonathan@kc8onw.net> wrote:> [snip discussion] > > Sorry to all for the noise, turns out that with a motherboard BIOS update > the card is recognized and initialized fine. > > For the archives the board was an Asus P5B-VM DO and had the 0505 BIOS. I > updated to the 1001 version. > > Jonathan StewartExcellent, glad to hear that it now works, and thanks the most for getting back on this Jonathan, always good for future searching to have closure :) Jack