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 Added W-ZERO3 series.



details:   https://anonhg.NetBSD.org/src/rev/4e457142cbf3
branches:  trunk
changeset: 753681:4e457142cbf3
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Tue Apr 06 16:15:34 2010 +0000

description:
Added W-ZERO3 series.

diffstat:

 sys/arch/hpc/conf/platid.def |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r f2c57c4717c2 -r 4e457142cbf3 sys/arch/hpc/conf/platid.def
--- a/sys/arch/hpc/conf/platid.def      Tue Apr 06 15:56:14 2010 +0000
+++ b/sys/arch/hpc/conf/platid.def      Tue Apr 06 16:15:34 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: platid.def,v 1.24 2009/01/29 21:18:23 nonaka Exp $     */
+/*     $NetBSD: platid.def,v 1.25 2010/04/06 16:15:34 nonaka Exp $     */
 
 /*-
  * Copyright (c) 1999-2001
@@ -166,8 +166,9 @@
 #endif /* hpcsh */
 }
 
-#ifdef hpcmips
+#if defined(hpcmips) || defined(hpcarm)
 Sharp {
+#if defined(hpcmips)
   Tripad {
     PV {
       CPU=MIPS_VR_4111 PV6000
@@ -191,8 +192,19 @@
       CPU=MIPS_TX_3912 HC1200
     }
   }
+#endif /* hpcmips */
+#if defined(hpcarm)
+  WZERO3 {
+    CPU=ARM_XSCALE_PXA270
+    WS003SH -" W-ZERO3 (WS003SH)"
+    WS004SH -" W-ZERO3 (WS004SH)"
+    WS007SH -" W-ZERO3[es] (WS007SH)"
+    WS011SH -" Advanced/W-ZERO3[es] (WS011SH)"
+    WS020SH -" WILLCOM 03 (WS020SH)"
+  }
+#endif /* hpcarm */
 }
-#endif /* hpcmips */
+#endif /* hpcmips || hpcarm */
 
 #ifdef hpcmips
 Fujitsu {



Home | Main Index | Thread Index | Old Index