socsvn commit: r306422 - soc2016/vincenzo/head/sys/modules/netmap

vincenzo at FreeBSD.org vincenzo at FreeBSD.org
Mon Jul 18 09:09:40 UTC 2016


Author: vincenzo
Date: Mon Jul 18 09:09:39 2016
New Revision: 306422
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=306422

Log:
   ptnet: freebsd: temporarily remove -D DEVICE_POLLING flag

Modified:
  soc2016/vincenzo/head/sys/modules/netmap/Makefile

Modified: soc2016/vincenzo/head/sys/modules/netmap/Makefile
==============================================================================
--- soc2016/vincenzo/head/sys/modules/netmap/Makefile	Mon Jul 18 09:09:26 2016	(r306421)
+++ soc2016/vincenzo/head/sys/modules/netmap/Makefile	Mon Jul 18 09:09:39 2016	(r306422)
@@ -8,7 +8,7 @@
 
 .PATH: ${.CURDIR}/../../dev/netmap
 .PATH.h: ${.CURDIR}/../../net
-CFLAGS += -I${.CURDIR}/../../ -D INET -D DEVICE_POLLING
+CFLAGS += -I${.CURDIR}/../../ -D INET
 KMOD	= netmap
 SRCS	= device_if.h bus_if.h pci_if.h opt_netmap.h
 SRCS	+= netmap.c netmap.h netmap_kern.h


More information about the svn-soc-all mailing list