Date: Wed, 26 Nov 2008 23:41:18 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe 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: <200811262341.mAQNfVJK010494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2008-11-26 23:41:18 UTC FreeBSD src repository Modified files: sys/dev/ixgbe 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 185352 on 2008-11-26 23:41:18Z by jfv Updated ixgbe driver - version 1.6.2 -This version has header split, and as a result a number of aspects of the code have been improved/simplified. - Interrupt handling refined for performance - Many small bugs fixed along the way MFC after: ASAP - in time for 7.1 Revision Changes Path 1.7 +760 -495 src/sys/dev/ixgbe/ixgbe.c 1.7 +43 -33 src/sys/dev/ixgbe/ixgbe.h 1.6 +434 -343 src/sys/dev/ixgbe/ixgbe_82598.c 1.6 +36 -7 src/sys/dev/ixgbe/ixgbe_api.c 1.6 +2 -0 src/sys/dev/ixgbe/ixgbe_api.h 1.6 +178 -57 src/sys/dev/ixgbe/ixgbe_common.c 1.6 +5 -0 src/sys/dev/ixgbe/ixgbe_common.h 1.5 +11 -6 src/sys/dev/ixgbe/ixgbe_osdep.h 1.6 +268 -7 src/sys/dev/ixgbe/ixgbe_phy.c 1.6 +51 -0 src/sys/dev/ixgbe/ixgbe_phy.h 1.6 +210 -77 src/sys/dev/ixgbe/ixgbe_type.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811262341.mAQNfVJK010494>