[Bug 209428] if_vtnet(4) panics when doing kldunload if_vtnet

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 11 17:10:47 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209428

--- Comment #5 from Roman Bogorodskiy <novel at FreeBSD.org> ---
Oh, and actually it appears to work fine if I just do:

 DRIVER_MODULE(vtnet, virtio_mmio, vtnet_driver, vtnet_devclass,
     vtnet_modevent, 0);
 DRIVER_MODULE(vtnet, virtio_pci, vtnet_driver, vtnet_devclass,
-    vtnet_modevent, 0);
+    0, 0);

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-virtualization mailing list