Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/11/1995 12:10:01
thorpej
Mon Dec 11 09:09:21 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24307/hp300

Modified Files:
	genassym.c locore.s pmap.c pmap_bootstrap.c sys_machdep.c 
	trap.c 
Log Message:
Rather than using individual HP300 model names, map those model names to
properties such as "M68040" and "M68K_MMU_MOTOROLA", used to conditionally
compile code.  This is more in-line with now the other m68k ports do it,
and makes it much easier to find "common ground" among them.

In locore.s, use the MMU-type constants defined my <machine/cpu.h> rather
than "expanded" values.

Because HP300-model names are mapped to CPU/MMU combinations in
<machine/cpu.h>, no change to kernel configuration will be necessary.


thorpej
Mon Dec 11 09:09:24 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24307/include

Modified Files:
	cpu.h pmap.h 
Log Message:
Rather than using individual HP300 model names, map those model names to
properties such as "M68040" and "M68K_MMU_MOTOROLA", used to conditionally
compile code.  This is more in-line with now the other m68k ports do it,
and makes it much easier to find "common ground" among them.

In locore.s, use the MMU-type constants defined my <machine/cpu.h> rather
than "expanded" values.

Because HP300-model names are mapped to CPU/MMU combinations in
<machine/cpu.h>, no change to kernel configuration will be necessary.