Subject: Re: NEC Mobilepro880 doesn't boot with current or netbsd-4
To: None <acruhl@gmail.com>
From: Jun Ebihara <jun@soum.co.jp>
List: port-hpcmips
Date: 01/22/2007 10:30:24
From: "Andy Ruhl" <acruhl@gmail.com>
Subject: Re: NEC Mobilepro880 doesn't boot with current or netbsd-4
Date: Sun, 21 Jan 2007 08:07:20 -0700

> I did this in the GENERIC config file:
> ##mqvideo*      at vr4102ip? addr 0x0a000000 size 0x800000      # MQ200 video
> ##hpcfb*                at      mqvideo?
> Recompiled and it worked. X still works as well.

good!

> Should I submit a PR? I'm not sure what the code snippet you posted
> actually does so I don't know how to fix it...

please submit PR.

solution:
     
> >         for (mdp = machdep_params; mdp->md_platform != NULL; mdp++) {

 0. add 'NULL' value on initialize mdp->md_platform. 
 1. set mdp->md_platform initialize paramater for not-tested machine.
   current status: MC-R530 ok

--
jun ebihara