mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
loader: Add the CPU identification string to the data which is visible
in the bootloader. Reviewed by: imp MFC after: 1 week Sponsored by: Vdura Differential Revision: https://reviews.freebsd.org/D49708 (cherry picked from commit 3adae4f27d600f0be7904eb1bb30e79d90386793)
This commit is contained in:
parent
a516440afd
commit
b337e9fd11
1 changed files with 1 additions and 0 deletions
|
|
@ -461,6 +461,7 @@ smbios_parse_table(const caddr_t addr)
|
|||
break;
|
||||
|
||||
case 4: /* 3.3.5 Processor Information (Type 4) */
|
||||
smbios_setenv("smbios.processor.version", addr, 0x10);
|
||||
/*
|
||||
* Offset 18h: Processor Status
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue