freebsd_network(): call uninit_hard_clock() on uninit

Not uninstalling the timer hook could lead to a crash after unloading/
reloading the driver.
This commit is contained in:
Ingo Weinhold
2013-09-29 22:11:17 +02:00
parent c436d67da4
commit d61f592d9b
+1
View File
@@ -266,6 +266,7 @@ _fbsd_uninit_drivers(driver_t *drivers[])
uninit_taskqueues();
uninit_callout();
uninit_mutexes();
uninit_hard_clock();
put_module(B_PCI_MODULE_NAME);
if (gPCIx86 != NULL)