K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-20T13:38:22.000000Z K 7 svn:log V 415 Merge if_var.h:1.99 from HEAD to RELENG_6: Allocate one of the spare ifnet integer fields to hold if_drv_flags, which in the future will hold IFF_OACTIVE and IFF_RUNNING, and have its access synchronized by the device driver rather than the protocol stack. This will avoid potential races in the management of flags in if_flags. Discussed with: various (scottl, jhb, ...) Approved by: re (kensmith) END