Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2008 16:53:03 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   sbsh(4) MPSAFE patch
Message-ID:  <200805301653.04165.jhb@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
I have a patch to make sbsh(4) MPSAFE.  I have no hardware, however, so I 
can't test it.  This driver has the interesting "property" that it 
unconditionally sleeps waiting for an interrupt in several places like 
if_init and if_start that are very dubious.  It probably sleeps in interrupt 
thread context as a result.

http://www.FreeBSD.org/~jhb/patches/sbsh.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805301653.04165.jhb>