Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147580924
D49283.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
531 B
Referenced Files
None
Subscribers
None
D49283.id.diff
View Options
diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c
--- a/stand/libsa/smbios.c
+++ b/stand/libsa/smbios.c
@@ -629,6 +629,11 @@
dmi < smbios.addr + smbios.length && i < smbios.count; i++)
dmi = smbios_parse_table(dmi);
+ setenv("smbios.entry_point_type",
+#ifdef SMBIOS_64BIT_EP
+ smbios.is_64bit_ep ? "v3 (64-bit)" :
+#endif
+ "v2.1 (32-bit)", 1);
sprintf(buf, "%d.%d", smbios.major, smbios.minor);
setenv("smbios.version", buf, 1);
if (smbios.enabled_memory > 0 || smbios.old_enabled_memory > 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 2:00 AM (16 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29604768
Default Alt Text
D49283.id.diff (531 B)
Attached To
Mode
D49283: libsa: smbios: Export the used entry point type to the kernel
Attached
Detach File
Event Timeline
Log In to Comment