svn commit: r501734 - head/net/intel-ixl-kmod

Serhii (Sergey) Kozlov skozlov at FreeBSD.org
Wed May 15 15:58:26 UTC 2019


Author: skozlov
Date: Wed May 15 15:58:24 2019
New Revision: 501734
URL: https://svnweb.freebsd.org/changeset/ports/501734

Log:
  net/intel-ixl-kmod: Cap netmap support at 12.x
  
  Netmap is no longer supported in the port-provided driver since 13.0.
  Use in-kernel iflib version instead.
  
  Sponsored by: Intel Corporation

Modified:
  head/net/intel-ixl-kmod/Makefile

Modified: head/net/intel-ixl-kmod/Makefile
==============================================================================
--- head/net/intel-ixl-kmod/Makefile	Wed May 15 15:56:06 2019	(r501733)
+++ head/net/intel-ixl-kmod/Makefile	Wed May 15 15:58:24 2019	(r501734)
@@ -44,7 +44,7 @@ MAKE_ENV+=	WERROR=""
 PLIST_FILES+=	man/man4/${link}.4.gz
 .endfor
 
-MAX_NETMAP_OSVERSION?=	9900000  # Maximum OSVERSION for which NETMAP support works
+MAX_NETMAP_OSVERSION?=	1299999  # Maximum OSVERSION for which NETMAP support works
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list