freebsd-dev/sys/dev/fxp
John Baldwin 9eda9d7ac5 Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure
that if softclock is running on another CPU and is blocked on our driver
lock, we will wait until it has acquired the lock, seen that it was
cancelled, dropped the lock, and awakened us so that we can safely destroy
the mutex.

MFC after:	3 days
2005-08-17 17:44:32 +00:00
..
if_fxp.c Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure 2005-08-17 17:44:32 +00:00
if_fxpreg.h Be more conservative when enabling extended features. There are fxp(4) 2005-04-22 13:05:53 +00:00
if_fxpvar.h - Use callout_init_mtx() to close a small race between callout_stop() and 2005-08-08 21:03:54 +00:00
rcvbundl.h Add a microcode to implement receive bundling for 82551 chipsets with 2005-04-21 19:34:57 +00:00