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
src/sys/modules/ixgbe Makefile
Jack F Vogel
jfv at FreeBSD.org
Mon Sep 3 19:31:35 PDT 2007
jfv 2007-09-04 02:31:35 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
Added files:
sys/modules/ixgbe Makefile
Log:
This is an update to the new Intel 10G 82598 driver.
The first drop was Beta, this code is expected to be the release version.
Note that this driver code will build in either 6.2 or 7. If you
use the code in 6.2 you will not get TSO or MSI/X support but it will
function in a legacy mode.
Approved by: re
Revision Changes Path
1.4 +427 -180 src/sys/dev/ixgbe/ixgbe.c
1.3 +38 -40 src/sys/dev/ixgbe/ixgbe.h
1.3 +325 -17 src/sys/dev/ixgbe/ixgbe_82598.c
1.3 +68 -8 src/sys/dev/ixgbe/ixgbe_api.c
1.3 +3 -0 src/sys/dev/ixgbe/ixgbe_api.h
1.3 +1 -3 src/sys/dev/ixgbe/ixgbe_common.c
1.3 +0 -0 src/sys/dev/ixgbe/ixgbe_common.h
1.3 +1 -1 src/sys/dev/ixgbe/ixgbe_osdep.h
1.3 +7 -184 src/sys/dev/ixgbe/ixgbe_phy.c
1.3 +0 -10 src/sys/dev/ixgbe/ixgbe_phy.h
1.3 +73 -33 src/sys/dev/ixgbe/ixgbe_type.h
1.1 +15 -0 src/sys/modules/ixgbe/Makefile (new)
More information about the cvs-src
mailing list