K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-04-23T11:51:53.007021Z K 7 svn:log V 313 During if_detach(), invoke if_dead() to set the ifnet's function pointers to "dead" implementations that no-op rather than invoking the device driver. This would generally be unexpected and possibly quite badly handled by most device drivers after if_detach() has completed. Reviewed by: bms MFC after: 3 weeks END