K 10 svn:author V 8 truckman K 8 svn:date V 27 2003-12-01T19:03:50.000000Z K 7 svn:log V 358 Use a mutex to synchronize the driver top and bottom halves instead of using critcal_enter() and critical_exit() to attempt to replace spl*() calls. The critical section was calling selrecord(), which locks an MTX_DEF mutex, which is not legal in a critical section. Tested by: Stefan Ehmann and "make universe" Approved by: re (scottl) END