Date: Sun, 28 Nov 2010 03:41:32 +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/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h ixgbe_vf.c ixgbe_vf.h ixv.c ixv.h ... Message-ID: <201011280341.oAS3fxiJ054405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2010-11-28 03:41:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/conf files
sys/dev/ixgbe ixgbe.c ixgbe.h ixgbe_82598.c
ixgbe_82599.c ixgbe_api.c ixgbe_api.h
ixgbe_common.c ixgbe_common.h
ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h
ixgbe_type.h
sys/modules/ixgbe Makefile
Added files: (Branch: RELENG_8)
sys/dev/ixgbe ixgbe_mbx.c ixgbe_mbx.h ixgbe_vf.c
ixgbe_vf.h ixv.c ixv.h
Log:
SVN rev 215970 on 2010-11-28 03:41:32Z by jfv
MFC: r215911, r215913, r215914
Revision Changes Path
1.1459.2.47 +6 -0 src/sys/conf/files
1.17.2.11 +626 -283 src/sys/dev/ixgbe/ixgbe.c
1.9.2.6 +15 -7 src/sys/dev/ixgbe/ixgbe.h
1.8.2.3 +89 -68 src/sys/dev/ixgbe/ixgbe_82598.c
1.2.2.3 +601 -520 src/sys/dev/ixgbe/ixgbe_82599.c
1.8.2.3 +88 -3 src/sys/dev/ixgbe/ixgbe_api.c
1.8.2.3 +38 -32 src/sys/dev/ixgbe/ixgbe_api.h
1.8.2.3 +756 -313 src/sys/dev/ixgbe/ixgbe_common.c
1.7.2.3 +9 -1 src/sys/dev/ixgbe/ixgbe_common.h
1.1.2.2 +743 -0 src/sys/dev/ixgbe/ixgbe_mbx.c (new)
1.1.2.2 +113 -0 src/sys/dev/ixgbe/ixgbe_mbx.h (new)
1.7.2.3 +3 -2 src/sys/dev/ixgbe/ixgbe_osdep.h
1.8.2.3 +105 -70 src/sys/dev/ixgbe/ixgbe_phy.c
1.8.2.3 +6 -3 src/sys/dev/ixgbe/ixgbe_phy.h
1.8.2.3 +175 -65 src/sys/dev/ixgbe/ixgbe_type.h
1.1.2.2 +495 -0 src/sys/dev/ixgbe/ixgbe_vf.c (new)
1.1.2.2 +113 -0 src/sys/dev/ixgbe/ixgbe_vf.h (new)
1.1.2.2 +3950 -0 src/sys/dev/ixgbe/ixv.c (new)
1.1.2.2 +414 -0 src/sys/dev/ixgbe/ixv.h (new)
1.6.2.4 +2 -2 src/sys/modules/ixgbe/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011280341.oAS3fxiJ054405>
