Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 10:53:09 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30853 for review
Message-ID:  <200305091753.h49Hr9Zw075731@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=30853

Change 30853 by jmallett@jmallett_dalek on 2003/05/09 10:52:57

	Trace sysinit.

Affected files ...

.. //depot/projects/mips/sys/kern/init_main.c#11 edit

Differences ...

==== //depot/projects/mips/sys/kern/init_main.c#11 (text+ko) ====

@@ -210,6 +210,9 @@
 		if ((*sipp)->subsystem == SI_SUB_DONE)
 			continue;
 
+		printf("SYSINIT[%8x] = %p:%p\n", (*sipp)->subsystem,
+		       sipp, *sipp);
+
 		/* Call function */
 		(*((*sipp)->func))((*sipp)->udata);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305091753.h49Hr9Zw075731>