K 10 svn:author V 7 yongari K 8 svn:date V 27 2008-08-21T02:34:53.729375Z K 7 svn:log V 354 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. END