Date: Tue, 8 Jun 2004 05:52:44 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54400 for review Message-ID: <200406080552.i585qi9k057679@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54400 Change 54400 by jmallett@jmallett_oingo on 2004/06/08 05:51:56 Kick SYSINIT debugging to the curb, I don't need it always right now, and it uglies up my dmesg. Affected files ... .. //depot/projects/mips/sys/kern/init_main.c#18 edit Differences ... ==== //depot/projects/mips/sys/kern/init_main.c#18 (text+ko) ==== @@ -208,9 +208,6 @@ if ((*sipp)->subsystem == SI_SUB_DONE) continue; - if (bootverbose) - printf("SYSINIT[%08x] order %08x = (func %p %p)\n", (*sipp)->subsystem, (*sipp)->order, (*sipp)->func, (*sipp)->udata); - /* Call function */ (*((*sipp)->func))((*sipp)->udata);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080552.i585qi9k057679>