Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2003 09:48:39 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28526 for review
Message-ID:  <200304081648.h38Gmd5C062348@repoman.freebsd.org>

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

Change 28526 by peter@peter_daintree on 2003/04/08 09:48:32

	remove a verbose boot printf. boot -v is sufficient now.

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#50 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#50 (text+ko) ====

@@ -751,7 +751,7 @@
 	 */
 	smapbase = MD_FETCH(kmdp, MODINFOMD_SMAP, struct bios_smap *) + KERNBASE;
 	if (smapbase == 0) {
-		printf("no bios smap, winging it\n");
+		printf("no bios smap info from loader, winging it\n");
 		goto deep_shit;
 	}
 printf("smapbase: %p\n", smapbase);
@@ -864,11 +864,6 @@
 	/*
 	 * Now, physmap contains a map of physical memory.
 	 */
-printf("physmap_idx = %d\n", physmap_idx);
-for (i = 0; i <= physmap_idx; i += 2) {
-	printf("slot %d: 0x%16lx - 0x%16lx\n", i/2, physmap[i], physmap[i + 1]);
-}
-
 	/*
 	 * Maxmem isn't the "maximum memory", it's one larger than the
 	 * highest page of the physical address space.  It should be



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