Add support for network devices found on Intel ICH9 hardware. I have one
commitb0ff1d56191e6faceec2ca10c290cdf4ea03bb32
authorMatthias Schmidt <matthias@dragonflybsd.org>
Thu, 10 Jan 2008 10:44:28 +0000 (10 10:44 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Thu, 10 Jan 2008 10:44:28 +0000 (10 10:44 +0000)
treea889a6c55bb9e43039f697446ace4c3bd60fa85e
parent89e1aaa0b5c795385a6775315a054c23d4ddf08e
Add support for network devices found on Intel ICH9 hardware.  I have one
of these devices in a 3GHz Core 2 Duo.  More information can be found
here: http://download.intel.com/design/chipsets/datashts/31697202.pdf

The diff is rather trivial, but let me know if I broke something :)

em0@pci0:25:0:  class=0x020000 card=0x00018086 chip=0x10bd8086 rev=0x02 hdr=0x00
    vendor   = 'Intel Corporation'
    device   = '82566DM-2 Gigabit Network Connection'
    class    = network
    subclass = ethernet

em0: <Intel(R) PRO/1000 Network Connection, Version - 6.2.9> port 0x30e0-0x30ff
mem 0x93224000-0x93224fff,0x93200000-0x9321ffff irq 11 at device 25.0 on pci0

Reviewed-by: sephe@
Taken-in-pieces-from:  FreeBSD
sys/dev/netif/em/if_em.c
sys/dev/netif/em/if_em_hw.c
sys/dev/netif/em/if_em_hw.h