[Bug 291612] System hangs at ppt initia lization with PCI‑USB controller on FreeBSD 14.3
Date: Tue, 16 Dec 2025 14:04:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291612 --- Comment #6 from John Baldwin <jhb@FreeBSD.org> --- Unfortunately we would need more detail to try to investigate this further. For example, the verbose dmesg at the point of the hang to start. That said, have you tried not using pptdevs in loader.conf, but instead switching the device to the ppt driver post-boot via devctl? That is, something like `devctl set driver -f pci0:1:0:0 ppt` post-boot? There's also no way that the commit in question can affect system boot on the host (assuming you mean a hang in the host rather than a hang in the guest, you didn't say which) as the commit in question only changes the bhyve(8) binary on the host that runs after boot. -- You are receiving this mail because: You are the assignee for the bug.