cvs commit: src/sys/dev/netif/em if_em.c if_em_hw.c if_em_hw.h
Matthias Schmidt
matthias at crater.dragonflybsd.org
Thu Jan 10 02:45:01 PST 2008
matthias 2008/01/10 02:44:28 PST
DragonFly src repository
Modified files:
sys/dev/netif/em if_em.c if_em_hw.c if_em_hw.h
Log:
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 at 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
Revision Changes Path
1.62 +22 -1 src/sys/dev/netif/em/if_em.c
1.12 +59 -34 src/sys/dev/netif/em/if_em_hw.c
1.12 +12 -0 src/sys/dev/netif/em/if_em_hw.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em.c.diff?r1=1.61&r2=1.62&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em_hw.c.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/em/if_em_hw.h.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list