diff --git a/net/intel-ice-kmod/Makefile b/net/intel-ice-kmod/Makefile index b130e9f67c95..9cc7aa8d514f 100644 --- a/net/intel-ice-kmod/Makefile +++ b/net/intel-ice-kmod/Makefile @@ -1,23 +1,23 @@ PORTNAME= ice -PORTVERSION= 1.37.11 +PORTVERSION= 1.38.16 PORTEPOCH= 0 -MASTER_SITES?= https://downloadmirror.intel.com/772531/ +MASTER_SITES?= https://downloadmirror.intel.com/786082/ MAINTAINER= freebsd@intel.com COMMENT= IntelĀ® Network Adapter Driver for E810 Series Devices MANPAGENAME= ice MANPAGELINKS= if_ice MASTERDIR= ${.CURDIR}/../intel-ixl-kmod PATCHDIR= ${.CURDIR}/files PKGDIR= ${.CURDIR} DISTINFO_FILE= ${.CURDIR}/distinfo WRKSRC_SUBDIR= OPTIONS_DEFINE= SRIOV SRIOV_DESC= Enable SR-IOV support (experimental) SRIOV_MAKE_ENV= SRIOV_ENABLE=1 SRIOV_MAKE_ENV_OFF= SRIOV_ENABLE=0 .include "${MASTERDIR}/Makefile" diff --git a/net/intel-ice-kmod/distinfo b/net/intel-ice-kmod/distinfo index fd2db4b388a5..7c87354c8b76 100644 --- a/net/intel-ice-kmod/distinfo +++ b/net/intel-ice-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686582215 -SHA256 (ice-1.37.11.tar.gz) = 628675f6a5a4b72746365a8efb11b7758f781e8541f3de3ae47468b673e9c1f3 -SIZE (ice-1.37.11.tar.gz) = 578969 +TIMESTAMP = 1692197198 +SHA256 (ice-1.38.16.tar.gz) = 97482b04ab5578a6fdcaa0f4dc2e32dce62f039a8b7d55a5bc8655be4b21df5b +SIZE (ice-1.38.16.tar.gz) = 585605 diff --git a/net/intel-ice-kmod/files/patch-if__ice__iflib.c b/net/intel-ice-kmod/files/patch-if__ice__iflib.c deleted file mode 100644 index c707afff4120..000000000000 --- a/net/intel-ice-kmod/files/patch-if__ice__iflib.c +++ /dev/null @@ -1,15 +0,0 @@ ---- if_ice_iflib.c.orig 2023-06-12 15:11:11 UTC -+++ if_ice_iflib.c -@@ -287,8 +287,12 @@ static struct if_shared_ctx ice_sctx = { - * - * device class used to setup the ice driver module kobject class. - */ -+#if __FreeBSD_version >= 1400058 -+DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, 0); -+#else - devclass_t ice_devclass; - DRIVER_MODULE(ice, pci, ice_driver, ice_devclass, ice_module_event_handler, 0); -+#endif - - MODULE_VERSION(ice, 1); - MODULE_DEPEND(ice, pci, 1, 1, 1);