Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 12/22/2002 04:17:26
Module Name:	src
Committed By:	mrg
Date:		Sun Dec 22 02:17:26 UTC 2002

Modified Files:
	src/sys/arch/sparc/sparc: autoconf.c cpu.c
	src/sys/arch/sparc64/sparc64: autoconf.c cpu.c

Log Message:
change what 'hw.model' reports to be more inline with other netbsd ports, as
well as reporting the actual machine model & cpu, rather than first configured
CPU.  changes for two machines are:

old:
	hw.model = TMS390Z50 v0 or TMS390Z55 @ 75 MHz, on-chip FPU
	hw.model = SUNW,UltraSPARC @ 143.002 MHz, version 0 FPU

new:
	hw.model = SUNW,SPARCstation-20 (TMS390Z50 v0 or TMS390Z55 @ 75 MHz, on-chip FPU)
	hw.model = SUNW,Ultra-1 (SUNW,UltraSPARC @ 143.002 MHz, version 0 FPU)

as per discussion on port-sparc & port-sparc64.


To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 src/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -r1.142 -r1.143 src/sys/arch/sparc/sparc/cpu.c
cvs rdiff -r1.68 -r1.69 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/sparc64/sparc64/cpu.c

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