https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260148
Bjoern A. Zeeb <b...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@freebsd.org Status|New |Open --- Comment #1 from Bjoern A. Zeeb <b...@freebsd.org> --- I assume this has to do with 876 if (!pci_bar_enabled(pcidev, pm)) 877 return (EBUSY); /* XXXKIB enable if _ACTIVATE */ in sys/dev/pci/pci_user.c:pci_bar_mmap() So mmap fails and we won't start again. I am just not sure if that XXXKIB is the right fix or if bhyve should make sure the device is usable? -- You are receiving this mail because: You are the assignee for the bug.