cvs commit: src/sys/dev/my if_my.c if_myreg.h
John Baldwin
jhb at FreeBSD.org
Wed Aug 10 20:15:56 GMT 2005
jhb 2005-08-10 20:15:56 UTC
FreeBSD src repository
Modified files:
sys/dev/my if_my.c if_myreg.h
Log:
- 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.
Revision Changes Path
1.32 +47 -67 src/sys/dev/my/if_my.c
1.4 +0 -1 src/sys/dev/my/if_myreg.h
More information about the cvs-src
mailing list