svn commit: r282290 - in head/sys/modules: ix ixv

Eric Joyner erj at FreeBSD.org
Thu Apr 30 22:56:44 UTC 2015


Author: erj
Date: Thu Apr 30 22:56:43 2015
New Revision: 282290
URL: https://svnweb.freebsd.org/changeset/base/282290

Log:
  Include makefiles necessary to make ixgbe build with the new code.
  
  Originally supposed to be included in r282289.
  
  Differential Revision: D2414

Modified:
  head/sys/modules/ix/Makefile
  head/sys/modules/ixv/Makefile

Modified: head/sys/modules/ix/Makefile
==============================================================================
--- head/sys/modules/ix/Makefile	Thu Apr 30 22:53:27 2015	(r282289)
+++ head/sys/modules/ix/Makefile	Thu Apr 30 22:56:43 2015	(r282290)
@@ -9,7 +9,7 @@ SRCS    += if_ix.c ix_txrx.c
 # Shared source
 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
 SRCS    += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
-SRCS    += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
+SRCS    += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
 
 .include <bsd.kmod.mk>

Modified: head/sys/modules/ixv/Makefile
==============================================================================
--- head/sys/modules/ixv/Makefile	Thu Apr 30 22:53:27 2015	(r282289)
+++ head/sys/modules/ixv/Makefile	Thu Apr 30 22:56:43 2015	(r282290)
@@ -9,7 +9,7 @@ SRCS    += if_ixv.c ix_txrx.c
 # Shared source
 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
 SRCS    += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
-SRCS    += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
+SRCS    += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list