K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-08-10T20:15:56.000000Z K 7 svn:log V 309 - Use if_printf() and device_printf() instead of outputting my%d: everywhere. This means that my_unit is no longer used as well. The watchdog routine now also prints 'my0: ...' rather than 'm0x0: ...'. - Don't bzero the softc and don't try to free it in detach or if attach fails. - A whitespace fix. END