From 3ed62fad04bd8ed560830dead65b80b0197a888a Mon Sep 17 00:00:00 2001 From: pr1ntf Date: Sat, 15 Oct 2016 20:03:33 -0600 Subject: [PATCH] Change BIOS from BHYVE to XHYVE to differentiate --- src/smbiostbl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smbiostbl.c b/src/smbiostbl.c index 19c1caa..169b7e3 100644 --- a/src/smbiostbl.c +++ b/src/smbiostbl.c @@ -320,7 +320,7 @@ static struct smbios_table_type0 smbios_type0_template = { }; static const char *smbios_type0_strings[] = { - "BHYVE", /* vendor string */ + "XHYVE", /* vendor string */ "1.00", /* bios version string */ "03/14/2014", /* bios release date string */ NULL @@ -344,7 +344,7 @@ static int smbios_type1_initializer(struct smbios_structure *template_entry, static const char *smbios_type1_strings[] = { " ", /* manufacturer string */ - "BHYVE", /* product name string */ + "XHYVE", /* product name string */ "1.0", /* version string */ "None", /* serial number string */ "None", /* sku string */