Re: HEADSUP: MPSAFE network drivers

2003-10-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Leffler <[EMAIL PROTECTED]> writes: : ath, em, ep, fxp, sn, wi, sis I've been running with ath, fxp, ep, sn and wi w/o problems for a while now... I juat reconfirmed wi, ep, and sn tonight, but didn't do the torture testing I did before the ep and s

Re: HEADSUP: MPSAFE network drivers

2003-10-30 Thread David O'Brien
On Wed, Oct 29, 2003 at 11:52:48AM -0700, Sam Leffler wrote: > The following drivers are marked MPSAFE: > > ath, em, ep, fxp, sn, wi, sis > > I've got changes coming for bge. Other drivers probably can be marked > MPSAFE but I'm only doing it for those drivers that I can test. Donations@ can ce

Re: HEADSUP: MPSAFE network drivers

2003-10-30 Thread Sam Leffler
On Thursday 30 October 2003 01:22 am, Pawel Jakub Dawidek wrote: > On Wed, Oct 29, 2003 at 11:52:48AM -0700, Sam Leffler wrote: > +> I'm committing changes to mark various network drivers' interrupt > handlers +> MPSAFE. To insure folks have a way to backout if they hit > problems I've also +> adde

Re: HEADSUP: MPSAFE network drivers

2003-10-30 Thread Pawel Jakub Dawidek
On Wed, Oct 29, 2003 at 11:52:48AM -0700, Sam Leffler wrote: +> I'm committing changes to mark various network drivers' interrupt handlers +> MPSAFE. To insure folks have a way to backout if they hit problems I've also +> added a tunable that lets you disable this w/o rebuilding your kernel. By

HEADSUP: MPSAFE network drivers

2003-10-29 Thread Sam Leffler
I'm committing changes to mark various network drivers' interrupt handlers MPSAFE. To insure folks have a way to backout if they hit problems I've also added a tunable that lets you disable this w/o rebuilding your kernel. By default all network drivers that register an interrupt handler INTR_M