Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 01:03:07 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48780 for review
Message-ID:  <200403120903.i2C937bK010355@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48780

Change 48780 by jmallett@jmallett_oingo on 2004/03/12 01:02:10

	More SYSINIT stuff for grep justice.

Affected files ...

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

Differences ...

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

@@ -209,8 +209,7 @@
 			continue;
 
 		if (bootverbose)
-			printf("SYSINIT[%8x] = %p:%p\n", (*sipp)->subsystem,
-			       sipp, *sipp);
+			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?200403120903.i2C937bK010355>