Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/conf Add Compaq Aero 8000 (requested by Linux f...



details:   https://anonhg.NetBSD.org/src/rev/c561e6d196df
branches:  trunk
changeset: 572720:c561e6d196df
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jan 11 01:03:42 2005 +0000

description:
Add Compaq Aero 8000 (requested by Linux folks).
Add Jornada 680/690 with Spanish keyboard.

diffstat:

 sys/arch/hpc/conf/platid.def |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 3457f2158273 -r c561e6d196df sys/arch/hpc/conf/platid.def
--- a/sys/arch/hpc/conf/platid.def      Tue Jan 11 01:00:49 2005 +0000
+++ b/sys/arch/hpc/conf/platid.def      Tue Jan 11 01:03:42 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: platid.def,v 1.17 2004/08/13 15:48:51 uch Exp $        */
+/*     $NetBSD: platid.def,v 1.18 2005/01/11 01:03:42 uwe Exp $        */
 
 /*-
  * Copyright (c) 1999-2001
@@ -255,6 +255,13 @@
        }
   }
 #endif /* hpcarm */
+#ifdef hpcsh
+  AERO " Aero" {
+    8000 {
+      CPU=SH_4_7750
+    }
+  }
+#endif /* hpcsh */
 }
 
 #ifdef hpcmips
@@ -317,6 +324,9 @@
 
                        680SV -" 680 (Scandinavian)"
                        690SV -" 690 (Scandinavian)"
+
+                       680ES -" 680 (Spanish)"
+                       690ES -" 690 (Spanish)"
                }
 #endif /* hpcsh */
 #ifdef hpcarm



Home | Main Index | Thread Index | Old Index