PERFORCE change 50498 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 6 12:28:34 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=50498
Change 50498 by peter at peter_daintree on 2004/04/06 12:27:12
this is kinda verbose.
Affected files ...
.. //depot/projects/hammer/sys/kern/init_main.c#22 edit
Differences ...
==== //depot/projects/hammer/sys/kern/init_main.c#22 (text+ko) ====
@@ -208,8 +208,10 @@
if ((*sipp)->subsystem == SI_SUB_DONE)
continue;
+#if 0
if (bootverbose)
printf("SI: 0x%08x 0x%08x %p %p\n", (*sipp)->subsystem, (*sipp)->order, (*sipp)->func, (*sipp)->udata);
+#endif
/* Call function */
(*((*sipp)->func))((*sipp)->udata);
More information about the p4-projects
mailing list