View | Details | Raw Unified | Return to bug 250943
Collapse All | Expand All

(-)intel-ixl-kmod/files/patch-freebsd__compat__common.h (+15 lines)
Line 0 Link Here
1
--- freebsd_compat_common.h.orig	2020-09-07 12:24:21 UTC
2
+++ freebsd_compat_common.h
3
@@ -137,9 +137,11 @@ static __inline u_quad_t uqmax(u_quad_t a, u_quad_t b)
4
  * multicast addresses. The old KPI is eventually removed in 1300054, so we
5
  * provide the new implementation for older kernels that lack them.
6
  */
7
-#if __FreeBSD_version < 1300051
8
+#if __FreeBSD_version < 1202000
9
 struct sockaddr_dl;
10
 typedef u_int iflladdr_cb_t(void *, struct sockaddr_dl *, u_int);
11
+#endif
12
+#if __FreeBSD_version < 1300051
13
 u_int if_foreach_lladdr(if_t ifp, iflladdr_cb_t cb, void *cb_arg);
14
 u_int if_foreach_llmaddr(if_t ifp, iflladdr_cb_t cb, void *cb_arg);
15
 u_int if_lladdr_count(if_t ifp);
(-)intel-ix-kmod/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ix
4
PORTNAME=	ix
5
PORTVERSION=	3.3.14
5
PORTVERSION=	3.3.18
6
PORTREVISION=	1
7
PORTEPOCH=	0
6
PORTEPOCH=	0
8
MASTER_SITES?=	https://downloadmirror.intel.com/14688/eng/ \
7
MASTER_SITES?=	https://downloadmirror.intel.com/14688/eng/ \
9
		http://downloadmirror.intel.com/14688/eng/ \
8
		http://downloadmirror.intel.com/14688/eng/ \
(-)intel-ix-kmod/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1591947342
1
TIMESTAMP = 1604826399
2
SHA256 (ix-3.3.14.tar.gz) = 2340b065c5a3d1c3fdef4564045b42a6916d3730a9524a86f4271a1092b0f591
2
SHA256 (ix-3.3.18.tar.gz) = 5b2a5c9e19b6b1cd4feded582ca0e9f43960ca93de3af9e7ec75cbddea7c5d01
3
SIZE (ix-3.3.14.tar.gz) = 275148
3
SIZE (ix-3.3.18.tar.gz) = 278347
4
SHA256 (ix-3.3.10.tar.gz) = ed65546493c2af55827c27a86dca94c4efafedb653e94715923413f8ba7a7ca1
4
SHA256 (ix-3.3.10.tar.gz) = ed65546493c2af55827c27a86dca94c4efafedb653e94715923413f8ba7a7ca1
5
SIZE (ix-3.3.10.tar.gz) = 272974
5
SIZE (ix-3.3.10.tar.gz) = 272974

Return to bug 250943