svn commit: r266544 - head/sys/dev/iwn
Gleb Smirnoff
glebius at FreeBSD.org
Fri May 23 04:07:08 UTC 2014
On Thu, May 22, 2014 at 02:56:34PM +0000, Edward Tomasz Napierala wrote:
E> Author: trasz
E> Date: Thu May 22 14:56:34 2014
E> New Revision: 266544
E> URL: http://svnweb.freebsd.org/changeset/base/266544
E>
E> Log:
E> Make iwn(4) able to get itself back into working condition after
E> "fatal firmware error" happens. Previously it was neccessary to reset
E> it manually, using "/etc/rc.d/netif restart".
Do we really need a full kernel thread for that task?
Why not to use taskqueue(9) task and post it to standard thread taskqueue?
--
Totus tuus, Glebius.
More information about the svn-src-all
mailing list