Add support for network devices found on Intel ICH9 hardware. I have one
commit44bbddc06da8c24204b24d4fc5093588f1b7c0bd
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)
tree1bfdf19150d7ca7ed2e348fb4961c778c327dc55
parentd7d02d7b3cee611978aaae5423a32464f07546d3
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