git: 1a97579ae67a - stable/12 - ena: Update driver version to v2.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 19:33:37 UTC
The branch stable/12 has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=1a97579ae67a7df256a45f0647337c30475d376b commit 1a97579ae67a7df256a45f0647337c30475d376b Author: Michal Krawczyk <mk@semihalf.com> AuthorDate: 2022-07-04 07:12:57 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2022-07-26 19:33:06 +0000 ena: Update driver version to v2.6.1 Minor version update which improves styling of a printouts, fixes the KASAN and KMSAN kernel builds and LLQ reconfiguration after the device reset. Obtained from: Semihalf MFC after: 2 weeks Sponsored by: Amazon, Inc. (cherry picked from commit 25b64933a48c47baef698a302fa2dc5c6e3013ea) --- 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 b6cf9b8d3758..aa945d91baf0 100644 --- a/sys/dev/ena/ena.h +++ b/sys/dev/ena/ena.h @@ -41,7 +41,7 @@ #define ENA_DRV_MODULE_VER_MAJOR 2 #define ENA_DRV_MODULE_VER_MINOR 6 -#define ENA_DRV_MODULE_VER_SUBMINOR 0 +#define ENA_DRV_MODULE_VER_SUBMINOR 1 #define ENA_DRV_MODULE_NAME "ena"