git: ca1f7650a80d - releng/14.2 - ena: Bump driver version to v2.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Jul 2025 18:28:12 UTC
The branch releng/14.2 has been updated by gordon:
URL: https://cgit.FreeBSD.org/src/commit/?id=ca1f7650a80da2e84f7ba0393d3a1a20872b7e6a
commit ca1f7650a80da2e84f7ba0393d3a1a20872b7e6a
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2025-04-25 17:19:32 +0000
Commit: Gordon Tetlow <gordon@FreeBSD.org>
CommitDate: 2025-07-02 05:54:35 +0000
ena: Bump driver version to v2.8.1
Approved by: so
Security: FreeBSD-EN-25:11.ena
(cherry picked from commit 59b30c1a864ee8a22c2e9912301cb88674f714c9)
(cherry picked from commit a1685d25601ee7abfaf6d6a993932ae3318e070e)
---
sys/dev/ena/ena.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/ena/ena.h b/sys/dev/ena/ena.h
index 06bdfad97ed4..3b01605b4ba7 100644
--- a/sys/dev/ena/ena.h
+++ b/sys/dev/ena/ena.h
@@ -39,7 +39,7 @@
#define ENA_DRV_MODULE_VER_MAJOR 2
#define ENA_DRV_MODULE_VER_MINOR 8
-#define ENA_DRV_MODULE_VER_SUBMINOR 0
+#define ENA_DRV_MODULE_VER_SUBMINOR 1
#define ENA_DRV_MODULE_NAME "ena"