Date: Tue, 26 Jan 2010 22:32:22 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 LICENSE e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h ... Message-ID: <201001262232.o0QMWfEe030601@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-01-26 22:32:22 UTC FreeBSD src repository Modified files: sys/dev/e1000 LICENSE e1000_80003es2lan.c e1000_82540.c e1000_82541.c e1000_82542.c e1000_82543.c e1000_82571.c e1000_82575.c e1000_82575.h e1000_api.c e1000_api.h e1000_defines.h e1000_hw.h e1000_ich8lan.c e1000_ich8lan.h e1000_mac.c e1000_mac.h e1000_manage.c e1000_osdep.h e1000_phy.c e1000_phy.h e1000_regs.h if_em.c if_em.h if_igb.c if_igb.h Log: SVN rev 203049 on 2010-01-26 22:32:22Z by jfv Update the 1G drivers, shared code sync with Intel, igb now has a queue notion that has a single interrupt with an RX/TX pair, this will reduce the total interrupts seen on a system. Both em and igb have a new watchdog method. igb has fixes from Pyun Yong-Hyeon that have improved stability, thank you :) I wish to MFC this for 7.3 asap, please test if able. Revision Changes Path 1.3 +1 -1 src/sys/dev/e1000/LICENSE 1.5 +57 -58 src/sys/dev/e1000/e1000_80003es2lan.c 1.5 +1 -3 src/sys/dev/e1000/e1000_82540.c 1.6 +1 -3 src/sys/dev/e1000/e1000_82541.c 1.4 +1 -3 src/sys/dev/e1000/e1000_82542.c 1.4 +1 -43 src/sys/dev/e1000/e1000_82543.c 1.6 +1 -3 src/sys/dev/e1000/e1000_82571.c 1.6 +69 -75 src/sys/dev/e1000/e1000_82575.c 1.6 +4 -2 src/sys/dev/e1000/e1000_82575.h 1.6 +13 -20 src/sys/dev/e1000/e1000_api.c 1.4 +2 -2 src/sys/dev/e1000/e1000_api.h 1.6 +1 -2 src/sys/dev/e1000/e1000_defines.h 1.6 +2 -5 src/sys/dev/e1000/e1000_hw.h 1.7 +196 -135 src/sys/dev/e1000/e1000_ich8lan.c 1.6 +5 -1 src/sys/dev/e1000/e1000_ich8lan.h 1.6 +13 -72 src/sys/dev/e1000/e1000_mac.c 1.4 +1 -3 src/sys/dev/e1000/e1000_mac.h 1.4 +19 -18 src/sys/dev/e1000/e1000_manage.c 1.5 +2 -4 src/sys/dev/e1000/e1000_osdep.h 1.6 +18 -94 src/sys/dev/e1000/e1000_phy.c 1.6 +1 -2 src/sys/dev/e1000/e1000_phy.h 1.6 +1 -2 src/sys/dev/e1000/e1000_regs.h 1.29 +7 -5 src/sys/dev/e1000/if_em.c 1.7 +127 -96 src/sys/dev/e1000/if_em.h 1.29 +758 -1013 src/sys/dev/e1000/if_igb.c 1.6 +66 -41 src/sys/dev/e1000/if_igb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001262232.o0QMWfEe030601>