git: 35175e100add - main - bhyve: Bump the SMBIOS firmware version to 14.0 for 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 04:15:11 UTC
The branch main has been updated by bcran:
URL: https://cgit.FreeBSD.org/src/commit/?id=35175e100add6fc2bc73a826aeafbb8e198adb97
commit 35175e100add6fc2bc73a826aeafbb8e198adb97
Author: Rebecca Cran <bcran@FreeBSD.org>
AuthorDate: 2021-10-21 02:33:49 +0000
Commit: Rebecca Cran <bcran@FreeBSD.org>
CommitDate: 2021-10-21 04:10:33 +0000
bhyve: Bump the SMBIOS firmware version to 14.0 for 14-CURRENT
Bump the firmware version to 14.0 and set the firmware release date
to today.
Reviewed by: jhb, bz, imp
Differential Revision: https://reviews.freebsd.org/D32534
---
usr.sbin/bhyve/smbiostbl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr.sbin/bhyve/smbiostbl.c b/usr.sbin/bhyve/smbiostbl.c
index ca68f8d95363..ada3177105a9 100644
--- a/usr.sbin/bhyve/smbiostbl.c
+++ b/usr.sbin/bhyve/smbiostbl.c
@@ -52,9 +52,9 @@ __FBSDID("$FreeBSD$");
#define SMBIOS_BASE 0xF1000
-#define FIRMWARE_VERSION "13.0"
+#define FIRMWARE_VERSION "14.0"
/* The SMBIOS specification defines the date format to be mm/dd/yyyy */
-#define FIRMWARE_RELEASE_DATE "11/10/2020"
+#define FIRMWARE_RELEASE_DATE "10/17/2021"
/* BHYVE_ACPI_BASE - SMBIOS_BASE) */
#define SMBIOS_MAX_LENGTH (0xF2400 - 0xF1000)