svn commit: r343301 - head/sys/modules/vmware/vmxnet3

Patrick Kelsey pkelsey at FreeBSD.org
Tue Jan 22 04:36:20 UTC 2019


Author: pkelsey
Date: Tue Jan 22 04:36:19 2019
New Revision: 343301
URL: https://svnweb.freebsd.org/changeset/base/343301

Log:
  Add missing dependency to vmxnet3 Makefile and clean it up a bit otherwise.
  
  MFC after:	1 week

Modified:
  head/sys/modules/vmware/vmxnet3/Makefile

Modified: head/sys/modules/vmware/vmxnet3/Makefile
==============================================================================
--- head/sys/modules/vmware/vmxnet3/Makefile	Tue Jan 22 04:20:52 2019	(r343300)
+++ head/sys/modules/vmware/vmxnet3/Makefile	Tue Jan 22 04:36:19 2019	(r343301)
@@ -27,10 +27,7 @@
 
 KMOD=	if_vmx
 SRCS=	if_vmx.c
-SRCS+=	bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
-
-# With VMXNET3_LEGACY_TX, the driver will use the non-multiqueue
-# capable if_start interface.
-#CFLAGS+= -DVMXNET3_LEGACY_TX
+SRCS+=	bus_if.h device_if.h pci_if.h ifdi_if.h
+SRCS+=	opt_inet.h opt_inet6.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list