bhyve: fix spelling mistake in passthru emulation
Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D35707 Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
56b8f5b111
commit
50526f522b
@ -1094,7 +1094,7 @@ passthru_addr_rom(struct pci_devinst *const pi, const int idx,
|
||||
} else {
|
||||
if (vm_mmap_memseg(pi->pi_vmctx, addr, VM_PCIROM,
|
||||
pi->pi_romoffset, size, PROT_READ | PROT_EXEC) != 0) {
|
||||
errx(4, "%s: mnmap_memseg @ [%016lx - %016lx] failed",
|
||||
errx(4, "%s: mmap_memseg @ [%016lx - %016lx] failed",
|
||||
__func__, addr, addr + size);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user