PERFORCE change 41779 for review

Juli Mallett jmallett at FreeBSD.org
Sat Nov 8 17:56:45 PST 2003


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

Change 41779 by jmallett at jmallett_dalek on 2003/11/08 17:56:16

	Print the memory ranges [physical].  XXX bootverbose

Affected files ...

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

Differences ...

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

@@ -153,6 +153,7 @@
 			availmem += btoc(size);
 			phys_avail[j + 0] = first;
 			phys_avail[j + 1] = last;
+			printf("ARCBIOS MEM %#x -> %#x\n", first, last);
 			j += 2;
 			break;
 		default:


More information about the p4-projects mailing list