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:
parent
8aa4e65d3b
commit
7f3aee50c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501734
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue