PERFORCE change 28473 for review
Peter Wemm
peter at FreeBSD.org
Mon Apr 7 19:30:44 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28473
Change 28473 by peter at peter_daintree on 2003/04/07 19:30:00
I swear, one day I'll commit this to freebsd.
Affected files ...
.. //depot/projects/hammer/sys/kern/init_main.c#8 edit
Differences ...
==== //depot/projects/hammer/sys/kern/init_main.c#8 (text+ko) ====
@@ -210,6 +210,8 @@
if ((*sipp)->subsystem == SI_SUB_DONE)
continue;
+if (bootverbose)
+printf("SYSINIT: 0x%08lx:0x%08lx 0x%08lx(0x%08lx)\n", (long)((*sipp)->subsystem), (long)((*sipp)->order), (long)((*sipp)->func), (long)((*sipp)->udata));
/* Call function */
(*((*sipp)->func))((*sipp)->udata);
More information about the p4-projects
mailing list