1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/intel-ice-kmod: update to 1.38.16

This commit is contained in:
Piotr Kubaj 2023-08-16 16:47:39 +02:00
parent d77be96f02
commit 236ef6a0f2
3 changed files with 5 additions and 20 deletions

View File

@ -1,7 +1,7 @@
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

View File

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

View File

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