Date: Fri, 6 Nov 2009 14:52:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/an if_an.c if_anreg.h src/sys/dev/ixgb if_ixgb.c if_ixgb.h src/sys/dev/vge if_vge.c if_vgevar.h Message-ID: <200911061453.nA6Er0WK023103@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-11-06 14:52:37 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c if_anreg.h sys/dev/ixgb if_ixgb.c if_ixgb.h sys/dev/vge if_vge.c if_vgevar.h Log: SVN rev 198987 on 2009-11-06 14:52:37Z by jhb Use device_printf() and if_printf() instead of printf() with an explicit unit number and remove 'unit' members from softc. Revision Changes Path 1.91 +61 -68 src/sys/dev/an/if_an.c 1.27 +0 -2 src/sys/dev/an/if_anreg.h 1.26 +75 -81 src/sys/dev/ixgb/if_ixgb.c 1.10 +0 -1 src/sys/dev/ixgb/if_ixgb.h 1.38 +6 -9 src/sys/dev/vge/if_vge.c 1.5 +0 -1 src/sys/dev/vge/if_vgevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911061453.nA6Er0WK023103>