Date: Sat, 19 Mar 2005 19:29:46 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 73527 for review Message-ID: <200503191929.j2JJTkYv033075@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73527 Change 73527 by jmallett@jmallett_windward on 2005/03/19 19:29:22 Quiet down. Affected files ... .. //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 edit Differences ... ==== //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 (text+ko) ==== @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/mips/sys/dev/arcs/arcs_dev.c#4 $ + * $P4: //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 $ */ #include <sys/param.h> @@ -112,11 +112,10 @@ this->Class); } if (device != NULL) { - device_printf(parent, "attaching %s\n", device); me = device_add_child(parent, device, unit); if (me != NULL) device_set_softc(me, this); - } else { + } else if (bootverbose) { device_printf(parent, "Not attaching ARCS device " "class %d, type %d, #%d: %s\n",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503191929.j2JJTkYv033075>