Date: Wed, 30 Jul 2008 18:15:18 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@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_phy.c ixgbe_phy.h ixgbe_type.h Message-ID: <200807301819.m6UIJlip004007@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2008-07-30 18:15: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_phy.c ixgbe_phy.h ixgbe_type.h Log: SVN rev 181003 on 2008-07-30 18:15:18Z by jfv This updates the ixgbe driver to Intel internal version 1.4.7 Shared code changes, core driver fixes, vlan event/filter support Also Kip Macy's fix to allow any number of queues, thanks Kip! Revision Changes Path 1.6 +152 -113 src/sys/dev/ixgbe/ixgbe.c 1.6 +3 -0 src/sys/dev/ixgbe/ixgbe.h 1.5 +103 -40 src/sys/dev/ixgbe/ixgbe_82598.c 1.5 +37 -2 src/sys/dev/ixgbe/ixgbe_api.c 1.5 +3 -0 src/sys/dev/ixgbe/ixgbe_api.h 1.5 +62 -77 src/sys/dev/ixgbe/ixgbe_common.c 1.5 +1 -3 src/sys/dev/ixgbe/ixgbe_common.h 1.5 +0 -146 src/sys/dev/ixgbe/ixgbe_phy.c 1.5 +0 -1 src/sys/dev/ixgbe/ixgbe_phy.h 1.5 +35 -41 src/sys/dev/ixgbe/ixgbe_type.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807301819.m6UIJlip004007>