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
This commit is contained in:
Serhii (Sergey) Kozlov 2019-05-15 15:58:24 +00:00
parent 8aa4e65d3b
commit 7f3aee50c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501734

View file

@ -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>