freebsd-src/sys/dev/my
John Baldwin 1261113169 - 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.
2005-08-10 20:15:56 +00:00
..
if_my.c - Use if_printf() and device_printf() instead of outputting my%d: 2005-08-10 20:15:56 +00:00
if_myreg.h - Use if_printf() and device_printf() instead of outputting my%d: 2005-08-10 20:15:56 +00:00