Subject: port-hpcmips/32237: pbsboot menu list add MC/R550
To: None <port-hpcmips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: None <ishit@oak.dti.ne.jp>
List: netbsd-bugs
Date: 12/04/2005 14:30:01
>Number: 32237
>Category: port-hpcmips
>Synopsis: pbsboot menu list add MC/R550
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-hpcmips-maintainer
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Dec 04 14:30:00 +0000 2005
>Originator: ISIHARA Takanori
>Release: NetBSD 2.1
>Organization:
Nagoya *BSD Users' Group (nbug)
>Environment:
NetBSD 2.1 NetBSD 2.1 (GENERIC) #0: Mon Oct 24 21:39:55 UTC 2005 builds@b2.netbsd.org:/home/builds/ab/netbsd-2-1-RELEASE/hpcmips/200510241747Z-obj/home/builds/ab/netbsd-2-1-RELEASE/src/sys/arch/hpcmips/compile/GENERIC hpcmips
>Description:
Add MC/R550 pbsboot frame buffer menu list.
When I set "MC/R530", I can boot MC/R550.
Mr. hamajima suggest this setting to me at nbug mailing list ([nbug:09544]).
>How-To-Repeat:
>Fix:
--- main.c.orig 2003-11-17 19:07:58.000000000 +0900
+++ main.c 2005-12-04 22:38:30.000000000 +0900
@@ -228,6 +228,9 @@
{ TEXT("MobileGearII MC/R530"), BIFB_D16_0000,
640, 240, 1280, 0xa180100,
PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_530 },
+ { TEXT("MobileGearII MC/R550"), BIFB_D16_0000,
+ 640, 240, 1280, 0xa180100,
+ PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_530 },
{ TEXT("DoCoMo sigmarion"), BIFB_D16_0000,
640, 240, 1280, 0xa000000,
PLATID_CPU_MIPS_VR_4121, PLATID_MACH_NEC_MCR_SIGMARION },