]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When all the other drivers were converted to scheduling a taskqueue to
authorWarner Losh <imp@FreeBSD.org>
Mon, 9 Jul 2007 16:58:07 +0000 (16:58 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 9 Jul 2007 16:58:07 +0000 (16:58 +0000)
commitf129c7fd08db0dd4aff6b3a41bdf4b21bc410f50
treeff02e52f127891d8730cf47817b91744777dae26
parent80e9f71ab5ca810b40711c6a4a78f4579ae14427
When all the other drivers were converted to scheduling a taskqueue to
do the heavy lifting of the 'mii_tick' function, rue was left behind.
Implement this in a naive way.  Reports from the field show this makes
the driver functional with some locking issues, as opposed to an
instant panic.  Those will be addressed in a later version of the
driver.

Approved by: re@ (bmah)
sys/dev/usb/if_rue.c