Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 15:58:25 +0000 (UTC)
From:      "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501734 - head/net/intel-ixl-kmod
Message-ID:  <201905151558.x4FFwPwa090276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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