K 10 svn:author V 7 glebius K 8 svn:date V 27 2006-11-30T15:02:01.000000Z K 7 svn:log V 353 The recent issues with em(4) interface has shown that the old 4.4BSD if_watchdog/if_timer interface doesn't fit modern SMP network stack design. Device drivers that need watchdog to monitor their hardware should implement it theirselves. Eventually the if_watchdog/if_timer API will be removed. For now, warn that driver uses it. Reviewed by: scottl END