Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Expand identify_cpu() for the Milan.
details: https://anonhg.NetBSD.org/src/rev/5cc528ea3462
branches: trunk
changeset: 501808:5cc528ea3462
user: leo <leo%NetBSD.org@localhost>
date: Sun Jan 07 21:12:31 2001 +0000
description:
Expand identify_cpu() for the Milan.
diffstat:
sys/arch/atari/atari/machdep.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 61efcd931f17 -r 5cc528ea3462 sys/arch/atari/atari/machdep.c
--- a/sys/arch/atari/atari/machdep.c Sun Jan 07 21:08:03 2001 +0000
+++ b/sys/arch/atari/atari/machdep.c Sun Jan 07 21:12:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.103 2001/01/07 20:59:29 leo Exp $ */
+/* $NetBSD: machdep.c,v 1.104 2001/01/07 21:12:31 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -369,6 +369,9 @@
case ATARI_HADES:
mach = "Atari Hades";
break;
+ case ATARI_MILAN:
+ mach = "Atari Milan";
+ break;
default:
mach = "Atari UNKNOWN";
break;
Home |
Main Index |
Thread Index |
Old Index