Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 08/05/2002 23:58:37
Module Name:	syssrc
Committed By:	fredette
Date:		Mon Aug  5 20:58:37 UTC 2002

Modified Files:
	syssrc/sys/arch/hp700/conf: Makefile.hp700 ld.script
	syssrc/sys/arch/hp700/dev: cpu.c cpudevs cpudevs.h cpudevs_data.h
	    devlist2h.awk
	syssrc/sys/arch/hp700/hp700: locore.S machdep.c
	syssrc/sys/arch/hp700/include: cpu.h
	syssrc/sys/arch/hppa/hppa: machdep.h pmap.c
	syssrc/sys/arch/hppa/include: vmparam.h

Log Message:
Made changes in where/how the kernel is linked, and how the pmap
maps it with BTLB entries, to minimize the number of BTLB entries
needed.

Because the CPU type was often guessed incorrectly, the mapping of
HP board number to system name now includes information about the
expected CPU type.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/conf/Makefile.hp700 \
    syssrc/sys/arch/hp700/conf/ld.script
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/dev/cpu.c \
    syssrc/sys/arch/hp700/dev/cpudevs syssrc/sys/arch/hp700/dev/cpudevs.h \
    syssrc/sys/arch/hp700/dev/cpudevs_data.h \
    syssrc/sys/arch/hp700/dev/devlist2h.awk
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/hp700/locore.S \
    syssrc/sys/arch/hp700/hp700/machdep.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/include/cpu.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hppa/hppa/machdep.h \
    syssrc/sys/arch/hppa/hppa/pmap.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hppa/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.