Date: Thu, 21 Aug 2008 02:34:53 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h Message-ID: <200808210235.m7L2Z5BE017984@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-08-21 02:34:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bfe if_bfe.c if_bfereg.h Log: SVN rev 181944 on 2008-08-21 02:34:53Z by yongari MFC r180950: s/printf/device_printf/g Don't hard code function name in device_printf() and use __func__. While I'm here nuke bfe_unit in softc as it's not needed anymore. Also remove bfe_release_resources() in bus_setup_intr(9) failure path as bfe_release_resources() is called again at the end of bfe_attach() if any error has encountered. Revision Changes Path 1.25.2.10 +19 -23 src/sys/dev/bfe/if_bfe.c 1.7.2.3 +0 -1 src/sys/dev/bfe/if_bfereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808210235.m7L2Z5BE017984>