Date: Fri, 10 Apr 2009 00:22:48 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.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 Message-ID: <200904100023.n3A0N4XH012754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2009-04-10 00:22:48 UTC FreeBSD src repository Modified files: sys/dev/ixgbe LICENSE README ixgbe.c ixgbe.h ixgbe_82598.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 Log: SVN rev 190873 on 2009-04-10 00:22:48Z by jfv Update the ixgbe driver to 1.7.4, this includes support for the new 82599 adapter family, adds header split, and many small fixes. The driver should now be added to the GENERIC kernel. MFC after: 2 weeks Revision Changes Path 1.3 +1 -1 src/sys/dev/ixgbe/LICENSE 1.2 +4 -2 src/sys/dev/ixgbe/README 1.9 +667 -173 src/sys/dev/ixgbe/ixgbe.c 1.8 +71 -11 src/sys/dev/ixgbe/ixgbe.h 1.7 +223 -388 src/sys/dev/ixgbe/ixgbe_82598.c 1.7 +136 -4 src/sys/dev/ixgbe/ixgbe_api.c 1.7 +52 -2 src/sys/dev/ixgbe/ixgbe_api.h 1.7 +344 -181 src/sys/dev/ixgbe/ixgbe_common.c 1.7 +13 -3 src/sys/dev/ixgbe/ixgbe_common.h 1.6 +7 -2 src/sys/dev/ixgbe/ixgbe_osdep.h 1.7 +763 -19 src/sys/dev/ixgbe/ixgbe_phy.c 1.7 +19 -4 src/sys/dev/ixgbe/ixgbe_phy.h 1.7 +908 -20 src/sys/dev/ixgbe/ixgbe_type.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904100023.n3A0N4XH012754>