K 10 svn:author V 7 glebius K 8 svn:date V 27 2006-09-15T15:16:12.000000Z K 7 svn:log V 291 - Consistently use if_printf() only in interface methods: if_start(), if_watchdog, etc., or in functions used only in these methods. In all other functions in the driver use device_printf(). - Use __func__ instead of typing function name. Submitted by: Alex Lyashkov END