Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 00:31:54 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190874 - head/sys/modules/ixgbe
Message-ID:  <200904100031.n3A0VsiY026155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jfv
Date: Fri Apr 10 00:31:54 2009
New Revision: 190874
URL: http://svn.freebsd.org/changeset/base/190874

Log:
  Add support file for 82599 in Makefile
  
  MFC after:	2 weeks

Modified:
  head/sys/modules/ixgbe/Makefile

Modified: head/sys/modules/ixgbe/Makefile
==============================================================================
--- head/sys/modules/ixgbe/Makefile	Fri Apr 10 00:22:48 2009	(r190873)
+++ head/sys/modules/ixgbe/Makefile	Fri Apr 10 00:31:54 2009	(r190874)
@@ -4,7 +4,8 @@ KMOD    = ixgbe
 SRCS    = device_if.h bus_if.h pci_if.h
 SRCS    += ixgbe.c
 # Shared source
-SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
+SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
+SRCS    += ixgbe_82599.c ixgbe_82598.c
 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
 
 clean:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904100031.n3A0VsiY026155>