1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

net/intel-ixv-kmod: update to 1.5.34

This commit is contained in:
Piotr Kubaj 2023-08-16 16:33:09 +02:00
parent 7e52e3b779
commit 549a1a2ebf
3 changed files with 5 additions and 20 deletions

View File

@ -1,7 +1,7 @@
PORTNAME= ixv
PORTVERSION= 1.5.33
PORTVERSION= 1.5.34
PORTEPOCH= 0
MASTER_SITES?= https://downloadmirror.intel.com/762491/ \
MASTER_SITES?= https://downloadmirror.intel.com/786096/ \
https://downloadmirror.intel.com/29626/eng/:man \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1686579057
SHA256 (ixv-1.5.33.tar.gz) = 1ee4a87966ff77936b773a05fd0cfadbf747b4668220c2c7035db8fca4a82103
SIZE (ixv-1.5.33.tar.gz) = 114683
TIMESTAMP = 1692196274
SHA256 (ixv-1.5.34.tar.gz) = 336dff9df97de5b2d6d76fa6bd4676d6b1c30b3383e31c882202890126d5ddd4
SIZE (ixv-1.5.34.tar.gz) = 10333
SHA256 (ixv-1.5.17.tar.gz) = f0557e35d2d217f78f4b96d085ce7d049ba753e047aace8e9419e49f9176eed2
SIZE (ixv-1.5.17.tar.gz) = 110073

View File

@ -1,15 +0,0 @@
--- if_ixv.c.orig 2023-06-12 14:23:30 UTC
+++ if_ixv.c
@@ -146,8 +146,12 @@ static driver_t ixv_driver = {
"ixv", ixv_methods, sizeof(struct ixgbe_softc),
};
+#if __FreeBSD_version >= 1400058
+DRIVER_MODULE(ixv, pci, ixv_driver, 0, 0);
+#else
devclass_t ixv_devclass;
DRIVER_MODULE(ixv, pci, ixv_driver, ixv_devclass, 0, 0);
+#endif
MODULE_DEPEND(ixv, pci, 1, 1, 1);
MODULE_DEPEND(ixv, ether, 1, 1, 1);
#ifdef DEV_NETMAP