Subject: INTEL 82573E on CURRENT
To: NetBSD-current <current-users@NetBSD.org>
From: Marcin Jessa <lists@yazzy.org>
List: current-users
Date: 10/28/2005 14:07:37
Hi guys.

At
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/pcidevs?rev=1.733&content-type=text/x-cvsweb-markup
I found my network card got added it's PCI id:
product INTEL 82573E            0x108b  i82573E Gigabit Ethernet

Running pcictl /dev/pci2 list 
it says:
002:00:0: Intel product 0x108b (ethernet network, revision 0x03)

dmesg lists it as
Intel i82573E Gigabit Ethernet (ethernet network, revision 0x03) at
pci2 dev 0 function 0 not configured

Yet, no driver picks it up and I am pretty sure I have all of the
drivers from GENERIC enabled.

Running grep 8257 /usr/src/sys/arch/i386/conf/* 
gives no results.

Which one should be used for that nic and is it supported at all?

# uname -a
NetBSD sax01.witelcom.com 3.99.10 NetBSD 3.99.10 (SAX) #0: Fri Oct 28
21:33:22 CEST 2005
root@sax01.witelcom.com:/usr/obj/sys/arch/i386/compile/SAX i386

Cheers,
Marcin.