K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-11-06T20:07:16.267124Z K 7 svn:log V 227 Take a step towards removing if_watchdog/if_timer. Don't explicitly set if_watchdog/if_timer to NULL/0 when initializing an ifnet. if_alloc() sets those members to NULL/0 already. (Missed this driver in the earlier commit.) END