K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-06-11T03:47:21.000000Z K 7 svn:log V 240 Switch to conditionally acquiring and dropping Giant around calls into ifp->if_output() basedd on debug.mpsafenet. That way once bpfwrite() can be called without Giant, it will acquire Giant (if desired) before entering the network stack. END