Date: Tue, 14 Apr 2009 00:23:13 +0000 (UTC) From: Jack F Vogel <jfv@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ixgbe LICENSE 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 Message-ID: <200904140023.n3E0NQB6055613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jfv 2009-04-14 00:23:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/ixgbe LICENSE 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
Added files: (Branch: RELENG_7)
sys/dev/ixgbe ixgbe_82599.c
Log:
SVN rev 191030 on 2009-04-14 00:23:13Z by jfv
MFC ixgbe version 1.7.4 for FreeBSD 7.2, this is earlier
than planned but coordinated with and approved by RE.
Most important reason for this was so that FreeBSD 7.2
will have native support for the 82599 controller which
is part of the Nehalem launch.
The driver now does pluggable optics, multispeed fiber,
and header split. I am adding this to the GENERIC kernel
only in the amd64 architecture since its where I expect
most use and others were untested.
Enjoy!
Approved by: re
Revision Changes Path
1.1.2.2 +1 -1 src/sys/dev/ixgbe/LICENSE
1.4.2.4 +667 -173 src/sys/dev/ixgbe/ixgbe.c
1.3.2.4 +71 -12 src/sys/dev/ixgbe/ixgbe.h
1.3.2.4 +223 -388 src/sys/dev/ixgbe/ixgbe_82598.c
1.1.2.1 +2444 -0 src/sys/dev/ixgbe/ixgbe_82599.c (new)
1.3.2.4 +136 -4 src/sys/dev/ixgbe/ixgbe_api.c
1.3.2.4 +52 -2 src/sys/dev/ixgbe/ixgbe_api.h
1.3.2.4 +344 -181 src/sys/dev/ixgbe/ixgbe_common.c
1.3.2.4 +13 -3 src/sys/dev/ixgbe/ixgbe_common.h
1.3.2.4 +7 -2 src/sys/dev/ixgbe/ixgbe_osdep.h
1.3.2.4 +763 -19 src/sys/dev/ixgbe/ixgbe_phy.c
1.3.2.4 +19 -4 src/sys/dev/ixgbe/ixgbe_phy.h
1.3.2.4 +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?200904140023.n3E0NQB6055613>
