lpc_fwcfg
if (bootrom_boot() && strcmp(lpc_fwcfg(), "bhyve") == 0)
const char *lpc_fwcfg(void);
fwcfg_enabled = strcmp(lpc_fwcfg(), "qemu") == 0;