K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-07-30T23:26:22.000000Z K 7 svn:log V 390 Remove some strange code that allocates memory and then immediately frees it again. The idea was to perform M_WAITOK allocations in a process context to reduce the risk of later interrupt-context M_NOWAIT allocations failing, but in fact this code can be called from contexts where it is not desirable to sleep (e.g. if_start routines), so it causes lots of witness "could sleep" warnings. END