Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2016 17:10:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-virtualization@FreeBSD.org
Subject:   [Bug 209428] if_vtnet(4) panics when doing kldunload if_vtnet
Message-ID:  <bug-209428-27103-FcEgJgwHWX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209428-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209428-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209428

--- Comment #5 from Roman Bogorodskiy <novel@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);

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209428-27103-FcEgJgwHWX>