Date: Mon, 18 Jul 2016 09:09:40 GMT From: vincenzo@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r306422 - soc2016/vincenzo/head/sys/modules/netmap Message-ID: <201607180909.u6I99eZ4066062@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607180909.u6I99eZ4066062>