Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2003 17:56:43 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41779 for review
Message-ID:  <200311090156.hA91uhtF034241@repoman.freebsd.org>

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

Change 41779 by jmallett@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:



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