Module Name:    src
Committed By:   nonaka
Date:           Tue Apr  6 16:15:34 UTC 2010

Modified Files:
        src/sys/arch/hpc/conf: platid.def

Log Message:
Added W-ZERO3 series.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpc/conf/platid.def

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/hpc/conf/platid.def
diff -u src/sys/arch/hpc/conf/platid.def:1.24 src/sys/arch/hpc/conf/platid.def:1.25
--- src/sys/arch/hpc/conf/platid.def:1.24	Thu Jan 29 21:18:23 2009
+++ src/sys/arch/hpc/conf/platid.def	Tue Apr  6 16:15:34 2010
@@ -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 || hpcarm */
 
 #ifdef hpcmips
 Fujitsu {

Reply via email to