Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/stand/pbsdboot add MC/R730



details:   https://anonhg.NetBSD.org/src/rev/1706c3d3cea5
branches:  trunk
changeset: 481397:1706c3d3cea5
user:      shin <shin%NetBSD.org@localhost>
date:      Fri Jan 28 06:22:10 2000 +0000

description:
add MC/R730

diffstat:

 sys/arch/hpcmips/stand/pbsdboot/main.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r de556c76456a -r 1706c3d3cea5 sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Fri Jan 28 06:21:49 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Fri Jan 28 06:22:10 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.23 2000/01/22 11:03:16 takemura Exp $       */
+/*     $NetBSD: main.c,v 1.24 2000/01/28 06:22:10 shin Exp $   */
 
 /*-
  * Copyright (c) 1999 Shin Takemura.
@@ -154,6 +154,9 @@
        { TEXT("Mobile Pro 800"), BIFB_D16_0000,
                800, 600, 1600, 0xa000000,
                PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_700A },
+       { TEXT("MobileGearII MC/R730"), BIFB_D16_0000,
+               800, 600, 1600, 0xa0ea600,
+               PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_730 },
        { TEXT("Tripad PV-6000"), BIFB_D8_FF,
                640, 480, 640, 0xa000000,
                PLATID_CPU_MIPS_VR_4111, PLATID_MACH_SHARP_TRIPAD_PV6000 },



Home | Main Index | Thread Index | Old Index