]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC of the ixgbe driver. Including revisions:
authorjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 May 2012 00:06:54 +0000 (00:06 +0000)
committerjfv <jfv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 May 2012 00:06:54 +0000 (00:06 +0000)
commit33b7c060d46079c38d20a9471d7ab115c62a72c5
treed1168a7ab709ce3c6dbab0fbcb81f97acb77945d
parent12a4d3df92231ea5766786a9416d2a70ee6b183c
MFC of the ixgbe driver. Including revisions:
228276,229767,229939,230329,
230572,230775,230790,231796,
232238,234137,234229,234620

git-svn-id: svn://svn.freebsd.org/base/stable/9@235528 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
24 files changed:
sys/conf/files
sys/dev/ixgbe/ixgbe.c
sys/dev/ixgbe/ixgbe.h
sys/dev/ixgbe/ixgbe_82598.c
sys/dev/ixgbe/ixgbe_82598.h [new file with mode: 0755]
sys/dev/ixgbe/ixgbe_82599.c
sys/dev/ixgbe/ixgbe_82599.h [new file with mode: 0755]
sys/dev/ixgbe/ixgbe_api.c
sys/dev/ixgbe/ixgbe_api.h
sys/dev/ixgbe/ixgbe_common.c
sys/dev/ixgbe/ixgbe_common.h
sys/dev/ixgbe/ixgbe_mbx.c
sys/dev/ixgbe/ixgbe_mbx.h
sys/dev/ixgbe/ixgbe_osdep.h
sys/dev/ixgbe/ixgbe_phy.c
sys/dev/ixgbe/ixgbe_phy.h
sys/dev/ixgbe/ixgbe_type.h
sys/dev/ixgbe/ixgbe_vf.c
sys/dev/ixgbe/ixgbe_vf.h
sys/dev/ixgbe/ixgbe_x540.c [new file with mode: 0755]
sys/dev/ixgbe/ixgbe_x540.h [new file with mode: 0755]
sys/dev/ixgbe/ixv.c
sys/dev/ixgbe/ixv.h
sys/modules/ixgbe/Makefile