Date: Thu, 12 Aug 2010 20:18:06 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/dev/e1000 e1000_82575.h e1000_api.c e1000_api.h e1000_hw.h e1000_mbx.c e1000_mbx.h e1000_osdep.h e1000_regs.h e1000_vf.c e1000_vf.h if_em.c if_igb.c if_igb.h if_lem.c src/sys/modules/em Makefile src/sys/modules/igb ... Message-ID: <201008122018.o7CKIXSs098881@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-08-12 20:18:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/dev/e1000 e1000_82575.h e1000_api.c e1000_api.h e1000_hw.h e1000_osdep.h e1000_regs.h if_em.c if_igb.c if_igb.h if_lem.c sys/modules/em Makefile sys/modules/igb Makefile Added files: (Branch: RELENG_8) sys/dev/e1000 e1000_mbx.c e1000_mbx.h e1000_vf.c e1000_vf.h Log: SVN rev 211241 on 2010-08-12 20:18:06Z by jfv MFC of e1000 changes Many bug fixes, major new feature: the igb vf driver. Revision Changes Path 1.1459.2.36 +4 -0 src/sys/conf/files 1.4.2.3 +11 -0 src/sys/dev/e1000/e1000_82575.h 1.4.2.3 +36 -0 src/sys/dev/e1000/e1000_api.c 1.3.2.3 +1 -0 src/sys/dev/e1000/e1000_api.h 1.4.2.3 +63 -0 src/sys/dev/e1000/e1000_hw.h 1.1.2.2 +762 -0 src/sys/dev/e1000/e1000_mbx.c (new) 1.1.2.2 +106 -0 src/sys/dev/e1000/e1000_mbx.h (new) 1.2.2.3 +5 -5 src/sys/dev/e1000/e1000_osdep.h 1.4.2.3 +9 -0 src/sys/dev/e1000/e1000_regs.h 1.1.2.2 +574 -0 src/sys/dev/e1000/e1000_vf.c (new) 1.1.2.2 +291 -0 src/sys/dev/e1000/e1000_vf.h (new) 1.21.2.12 +18 -10 src/sys/dev/e1000/if_em.c 1.21.2.12 +343 -225 src/sys/dev/e1000/if_igb.c 1.4.2.4 +30 -9 src/sys/dev/e1000/if_igb.h 1.3.2.6 +17 -9 src/sys/dev/e1000/if_lem.c 1.15.2.3 +2 -1 src/sys/modules/em/Makefile 1.6.2.2 +1 -1 src/sys/modules/igb/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008122018.o7CKIXSs098881>