K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-08-11T03:38:55.000000Z K 7 svn:log V 348 Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework if_start routines cannot currently be entered without Giant. When the kernel is running with debug.mpsafenet != 0, this will defer if_start execution to a task queue thread holding Giant, which may introduce additional latency, but avoid incorrect execution. Suggested by: dfr END