[Bug 196501] [em] Intel 82573 nic built on my pdsbm-ln2 1U server and only one port will work.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 7 01:02:04 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196501

Eric Joyner <ricera10 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ricera10 at gmail.com

--- Comment #3 from Eric Joyner <ricera10 at gmail.com> ---
I installed 10.1-RELEASE amd64 on an old system we have with two 82573 ports,
and they both attached fine. Here's the relevant pciconf output:

em0 at pci0:13:0:0:        class=0x020000 card=0x108c15d9 chip=0x108c8086 rev=0x03
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82573E Gigabit Ethernet Controller (Copper)'
    class      = network
    subclass   = ethernet
em1 at pci0:14:0:0:        class=0x020000 card=0x109a15d9 chip=0x109a8086 rev=0x00
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = '82573L Gigabit Ethernet Controller'
    class      = network
    subclass   = ethernet

I don't know what to say about your problem. The shared code setup failure
indicates that attach fails very early in the driver load, so it seems like a
hardware problem of some sort. Especially since both devices in your case seem
to be the same, but only one fails to attach.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list