Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips Add SHARP Telios HC-VJ1C and Mobilon HC-450...



details:   https://anonhg.NetBSD.org/src/rev/f1369aec549c
branches:  trunk
changeset: 486441:f1369aec549c
user:      uch <uch%NetBSD.org@localhost>
date:      Mon May 22 15:03:46 2000 +0000

description:
Add SHARP Telios HC-VJ1C and Mobilon HC-4500 entries.

diffstat:

 sys/arch/hpcmips/hpcmips/platid.def    |  6 ++++--
 sys/arch/hpcmips/stand/pbsdboot/main.c |  9 ++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r 0fd3c244cb6a -r f1369aec549c sys/arch/hpcmips/hpcmips/platid.def
--- a/sys/arch/hpcmips/hpcmips/platid.def       Mon May 22 14:49:10 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid.def       Mon May 22 15:03:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: platid.def,v 1.19 2000/05/20 05:08:53 takemura Exp $   */
+/*     $NetBSD: platid.def,v 1.20 2000/05/22 15:03:46 uch Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000
@@ -118,12 +118,14 @@
   }
   Telios {
     HC {
-      CPU=MIPS_TX_3922 HCAJ1
+      CPU=MIPS_TX_3922 HCAJ1 --" HC-AJ1/AJ2"
+      CPU=MIPS_TX_3922 HCVJ1C_JP --" HC-VJ1C (Japanese)"
     }
   }
   Mobilon {
     HC {       
       CPU=MIPS_TX_3912 HC4100
+      CPU=MIPS_TX_3912 HC4500
       CPU=MIPS_TX_3912 HC1200
     }
   }
diff -r 0fd3c244cb6a -r f1369aec549c sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Mon May 22 14:49:10 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Mon May 22 15:03:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.41 2000/05/20 07:11:25 takemura Exp $       */
+/*     $NetBSD: main.c,v 1.42 2000/05/22 15:03:47 uch Exp $    */
 
 /*-
  * Copyright (c) 1999, 2000 Shin Takemura.
@@ -272,10 +272,13 @@
        { TEXT("Victor InterLink MP-C101"), BIFB_D16_0000,
                640, 480, 0, 0,
                PLATID_CPU_MIPS_TX_3922, PLATID_MACH_VICTOR_INTERLINK_MPC101},
-       { TEXT("Sharp Telios HC-AJ1"), BIFB_D16_0000,
+       { TEXT("Sharp Telios HC-AJ1/AJ2"), BIFB_D16_0000,
                800, 600, 0, 0,
                PLATID_CPU_MIPS_TX_3922, PLATID_MACH_SHARP_TELIOS_HCAJ1},
-       { TEXT("Sharp Mobilon HC-4100"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
+       { TEXT("Sharp Telios HC-VJ1C (Japanese)"), BIFB_D16_0000,
+               800, 480, 0, 0,
+               PLATID_CPU_MIPS_TX_3922, PLATID_MACH_SHARP_TELIOS_HCVJ1C_JP},
+       { TEXT("Sharp Mobilon HC-4100/4500"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */
                640, 240, 0, 0,
                PLATID_CPU_MIPS_TX_3912, PLATID_MACH_SHARP_MOBILON_HC4100},
        { TEXT("Sharp HC-1200"), BIFB_D2_M2L_0, /* XXX 4bit greyscale */



Home | Main Index | Thread Index | Old Index