Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133100491
D27147.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
725 B
Referenced Files
None
Subscribers
None
D27147.diff
View Options
Index: head/usr.sbin/bhyve/smbiostbl.c
===================================================================
--- head/usr.sbin/bhyve/smbiostbl.c
+++ head/usr.sbin/bhyve/smbiostbl.c
@@ -51,6 +51,9 @@
#define SMBIOS_BASE 0xF1000
+#define FIRMWARE_VERSION "13.0"
+#define FIRMWARE_RELEASE_DATE "11/10/2020"
+
/* BHYVE_ACPI_BASE - SMBIOS_BASE) */
#define SMBIOS_MAX_LENGTH (0xF2400 - 0xF1000)
@@ -323,9 +326,9 @@
};
const char *smbios_type0_strings[] = {
- "BHYVE", /* vendor string */
- "1.00", /* bios version string */
- "03/14/2014", /* bios release date string */
+ "BHYVE", /* vendor string */
+ FIRMWARE_VERSION, /* bios version string */
+ FIRMWARE_RELEASE_DATE, /* bios release date string */
NULL
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 23, 11:44 PM (13 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24108155
Default Alt Text
D27147.diff (725 B)
Attached To
Mode
D27147: bhyve: update smbiostbl.c to bump the versions and release dates
Attached
Detach File
Event Timeline
Log In to Comment