PERFORCE change 42312 for review
    Juli Mallett 
    jmallett at FreeBSD.org
       
    Thu Nov 13 23:23:37 PST 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=42312
Change 42312 by jmallett at 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:
    
    
More information about the p4-projects
mailing list