[Bug 227880] `kldstat -m` does not work for vmm.ko (while `kldstat -n` does)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 2 18:06:11 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227880
--- Comment #9 from Mateusz Piotrowski <0mp at FreeBSD.org> ---
(In reply to Conrad Meyer from comment #8)
On the system that demonstrates the reported bug:
# kldunload vmm
# kldload ppt
kldload: can't load ppt: No such file or directory
# kldload ivhd
kldload: can't load ivhd: No such file or directory
# kldload vmm
# kldstat -m ppt
kldstat: can't find module ppt: No such file or directory
# kldstat -m ivhd
kldstat: can't find module ivhd: No such file or directory
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list