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 VR4131 and some cpu.



details:   https://anonhg.NetBSD.org/src/rev/37e1a4649b55
branches:  trunk
changeset: 514517:37e1a4649b55
user:      sato <sato%NetBSD.org@localhost>
date:      Tue Sep 04 08:46:39 2001 +0000

description:
add VR4131 and some cpu.
add sigmarion2, MPC-304 and so on.

diffstat:

 sys/arch/hpc/conf/platid.def |  32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diffs (76 lines):

diff -r 0683b2b8400d -r 37e1a4649b55 sys/arch/hpc/conf/platid.def
--- a/sys/arch/hpc/conf/platid.def      Tue Sep 04 07:43:29 2001 +0000
+++ b/sys/arch/hpc/conf/platid.def      Tue Sep 04 08:46:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: platid.def,v 1.12 2001/07/11 09:59:30 ichiro Exp $     */
+/*     $NetBSD: platid.def,v 1.13 2001/09/04 08:46:39 sato Exp $       */
 
 /*-
  * Copyright (c) 1999-2001
@@ -47,6 +47,8 @@
       4121
       4181
       4122
+      4131
+      4181A
     }
   }
   TX {
@@ -54,7 +56,7 @@
       3911 3912 
     }
     3920 {
-      3922
+      3922 3927
     }
   }
 }
@@ -108,6 +110,8 @@
       CPU=MIPS_VR_4111 500A --" MobilePro 750c"
       CPU=MIPS_VR_4121 530 -"530" 430 -"430" 530A --" MobilePro 780"
                        sigmarion ---"DoCoMo sigmarion"
+                       550 -"550" 450 -"450"
+      CPU=MIPS_VR_4131 sigmarion2 ---"DoCoMo sigmarionII"
     }
     7XX "700 series" {
       CPU=MIPS_VR_4121 700 -"700" 700A --" MobilePro 800"
@@ -252,7 +256,7 @@
   InterLink {
     MP {
       CPU=MIPS_TX_3922 MPC101
-      CPU=MIPS_VR_4122 MPC303
+      CPU=MIPS_VR_4122 MPC303 MPC304
     }
   }
 }
@@ -330,9 +334,29 @@
 
 #ifdef hpcsh
 LGE {
-       Phenom "Phenom" {
+       Phenom " Phenom" {
                CPU=SH_3_7709
                        H220C   -" H-220C"
        }
 }
 #endif /* hpcsh */
+
+#ifdef hpcmips
+LASER5 {
+       L " L-" {
+               CPU=MIPS_VR_4181
+                       CARD    "CARD+"
+               CPU=MIPS_VR_4122
+                       BOARD   "BOARD"
+       }
+}
+#endif /* hpcmips */
+
+#ifdef hpcmips
+AGENDA {
+       VR " VR" {
+               CPU=MIPS_VR_4181
+                       VR3     -" VR3+"
+       }
+}
+#endif /* hpcmips */



Home | Main Index | Thread Index | Old Index