Return the same value for smbios.chassis.maker as smbios.system.maker (and prevents returning a space character).

Reviewed by:	grehan
Approved by:	grehan
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D27123
This commit is contained in:
olivier 2020-11-08 07:49:39 +00:00
parent a2e5d6d758
commit f06ec5f477

View File

@ -374,7 +374,7 @@ struct smbios_table_type3 smbios_type3_template = {
};
const char *smbios_type3_strings[] = {
" ", /* manufacturer string */
"FreeBSD", /* manufacturer string */
"1.0", /* version string */
"None", /* serial number string */
"None", /* asset tag string */