Date: Wed, 10 Aug 2005 20:15:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/my if_my.c if_myreg.h Message-ID: <200508102015.j7AKFuC3058446@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508102015.j7AKFuC3058446>
