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 fix MC/R530 parameter.



details:   https://anonhg.NetBSD.org/src/rev/52ce672d964c
branches:  trunk
changeset: 480188:52ce672d964c
user:      shin <shin%NetBSD.org@localhost>
date:      Thu Jan 06 06:24:29 2000 +0000

description:
fix MC/R530 parameter.

diffstat:

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

diffs (20 lines):

diff -r 83d5bf1d0893 -r 52ce672d964c sys/arch/hpcmips/stand/pbsdboot/main.c
--- a/sys/arch/hpcmips/stand/pbsdboot/main.c    Thu Jan 06 05:33:05 2000 +0000
+++ b/sys/arch/hpcmips/stand/pbsdboot/main.c    Thu Jan 06 06:24:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.17 2000/01/03 05:59:41 takemura Exp $       */
+/*     $NetBSD: main.c,v 1.18 2000/01/06 06:24:29 shin Exp $   */
 
 /*-
  * Copyright (c) 1999 Shin Takemura.
@@ -139,8 +139,8 @@
        { TEXT("MobileGearII MC-R520"), BIFB_D16_0000,
                640, 240, 1600, 0xa000000,
                PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_520 },
-       { TEXT("MobileGearII MC-R530"), BIFB_D16_0000,
-               640, 240, 1600, 0xa000000,
+       { TEXT("MobileGearII MC/R530"), BIFB_D16_0000,
+               640, 240, 1280, 0xa180100,
                PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_530 },
        { TEXT("Mobile Pro 770"), BIFB_D16_0000,
                640, 240, 1600, 0xa000000,



Home | Main Index | Thread Index | Old Index