Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc Identify oneself as ``Explora 450'' instead ...
details: https://anonhg.NetBSD.org/src/rev/69e9fb2351e8
branches: trunk
changeset: 953303:69e9fb2351e8
user: rin <rin%NetBSD.org@localhost>
date: Fri Mar 05 07:06:15 2021 +0000
description:
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.
diffstat:
sys/arch/evbppc/conf/EXPLORA451 | 4 ++--
sys/arch/evbppc/explora/machdep.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r d7c9213eebe0 -r 69e9fb2351e8 sys/arch/evbppc/conf/EXPLORA451
--- a/sys/arch/evbppc/conf/EXPLORA451 Fri Mar 05 06:57:02 2021 +0000
+++ b/sys/arch/evbppc/conf/EXPLORA451 Fri Mar 05 07:06:15 2021 +0000
@@ -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"
diff -r d7c9213eebe0 -r 69e9fb2351e8 sys/arch/evbppc/explora/machdep.c
--- a/sys/arch/evbppc/explora/machdep.c Fri Mar 05 06:57:02 2021 +0000
+++ b/sys/arch/evbppc/explora/machdep.c Fri Mar 05 07:06:15 2021 +0000
@@ -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 common startup
*/
- ibm4xx_cpu_startup("NCD Explora 451");
+ ibm4xx_cpu_startup("NCD Explora 450");
/*
* Set up the board properties database.
Home |
Main Index |
Thread Index |
Old Index