Module Name: src Committed By: rin Date: Fri Mar 5 07:06:15 UTC 2021
Modified Files: src/sys/arch/evbppc/conf: EXPLORA451 src/sys/arch/evbppc/explora: machdep.c Log Message: Identify oneself as ``Explora 450'' instead of 451. There are models numbered 450 to 454. The differences b/w them are shapes of ethernet and audio connectors. Base model number 450 is displayed for (probably) all models by firmware. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/evbppc/conf/EXPLORA451 cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbppc/explora/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbppc/conf/EXPLORA451 diff -u src/sys/arch/evbppc/conf/EXPLORA451:1.69 src/sys/arch/evbppc/conf/EXPLORA451:1.70 --- src/sys/arch/evbppc/conf/EXPLORA451:1.69 Fri Mar 5 06:57:02 2021 +++ src/sys/arch/evbppc/conf/EXPLORA451 Fri Mar 5 07:06:15 2021 @@ -1,6 +1,6 @@ -# $NetBSD: EXPLORA451,v 1.69 2021/03/05 06:57:02 rin Exp $ +# $NetBSD: EXPLORA451,v 1.70 2021/03/05 07:06:15 rin Exp $ # -# GENERIC -- everything that's currently supported +# EXPLORA451 -- NCD Explora 450 Series Thin Client # include "arch/evbppc/conf/std.explora" Index: src/sys/arch/evbppc/explora/machdep.c diff -u src/sys/arch/evbppc/explora/machdep.c:1.44 src/sys/arch/evbppc/explora/machdep.c:1.45 --- src/sys/arch/evbppc/explora/machdep.c:1.44 Fri Mar 5 06:40:15 2021 +++ src/sys/arch/evbppc/explora/machdep.c Fri Mar 5 07:06:15 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.44 2021/03/05 06:40:15 rin Exp $ */ +/* $NetBSD: machdep.c,v 1.45 2021/03/05 07:06:15 rin Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.44 2021/03/05 06:40:15 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.45 2021/03/05 07:06:15 rin Exp $"); #include "opt_explora.h" #include "opt_modular.h" @@ -149,7 +149,7 @@ cpu_startup(void) /* * cpu common startup */ - ibm4xx_cpu_startup("NCD Explora 451"); + ibm4xx_cpu_startup("NCD Explora 450"); /* * Set up the board properties database.