Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 23:23:35 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42312 for review
Message-ID:  <200311140723.hAE7NZ6j001804@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 42312 by jmallett@jmallett_dalek on 2003/11/13 23:23:16

	bootverbosity.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#24 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#24 (text+ko) ====

@@ -93,6 +93,8 @@
 	arcbios_init(MIPS_PHYS_TO_KSEG1(0x00001000));
 	arcbios_cnattach();
 
+	bootverbose = 1; /* XXX */
+
 	ARCBIOS->FlushAllCaches();
 
 	cpufreq = ARCBIOS->GetEnvironmentVariable("cpufreq");
@@ -153,7 +155,8 @@
 			availmem += btoc(size);
 			phys_avail[j + 0] = first;
 			phys_avail[j + 1] = last;
-			printf("ARCBIOS MEM %#x -> %#x\n", first, last);
+			if (bootverbose)
+				printf("ARCBIOS MEM %#x -> %#x\n", first, last);
 			j += 2;
 			break;
 		default:


help

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