K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-02-23T16:25:08.000000Z K 7 svn:log V 248 Use 'pause' in several places rather than trying to tsleep() on NULL (which triggers a KASSERT) or local variables. In the case of kern_ndis, the tsleep() actually used a common sleep address (curproc) making it susceptible to a premature wakeup. END