PERFORCE change 133435 for review
Warner Losh
imp at FreeBSD.org
Wed Jan 16 14:32:30 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133435
Change 133435 by imp at imp_lighthouse on 2008/01/16 22:32:06
More todo
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/TODO#5 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/TODO#5 (text+ko) ====
@@ -1,5 +1,6 @@
o Sort out MIPS_COP_0_STATUS (defined as _(12)) vs COP_0_STATUS_REG (defined
as $12) This is cpu.h vs cpureg.h or a 'netbsd' vs 'openbsd' argument.
+ See Mips Run uses the latter.
o Can we remove PDP_ENDIAN?
o Can we remove a.out junk
o Can we remove pre-ansi stuff
@@ -21,3 +22,10 @@
here XXX
o What's defined in assym.s and param.h varies somewhat between the two
code strains. Figure out why and how to resolve.
+o machdep getmemsize() really is OBE. Except for the mips_wired_tlb
+ variable setting, which is related to something that was omitted from
+ the juniper-mips dump.
+o cpu init
+o I moved where we initialize the msgbuf. We need to make sure that no
+ printfs happen. This is where the mips2 initializes things, but I've
+ not audited things to make sure that's really sane.
More information about the p4-projects
mailing list