Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144458101
D49293.id152146.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D49293.id152146.diff
View Options
diff --git a/stand/kboot/kboot/main.c b/stand/kboot/kboot/main.c
--- a/stand/kboot/kboot/main.c
+++ b/stand/kboot/kboot/main.c
@@ -261,6 +261,10 @@
ep = buffer + strlen(buffer);
walker = buffer;
while (walker <= ep) {
+ /*
+ * Linux outputs the v3 table first if present, so we will
+ * choose it in priority.
+ */
if (strncmp("SMBIOS3=", walker, 8) == 0)
return((vm_offset_t)strtoull(walker + 8, NULL, 0));
if (strncmp("SMBIOS=", walker, 7) == 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 1:23 PM (11 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28546755
Default Alt Text
D49293.id152146.diff (472 B)
Attached To
Mode
D49293: loader.kboot: smbios: Add a comment about v3 entry point being favored
Attached
Detach File
Event Timeline
Log In to Comment