Re: NEC Mobilepro880 doesn't boot with current or netbsd-4
Jun Ebihara <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mips.devel,gmane.os.netbsd.ports.hpcmips,gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
From: "Andy Ruhl" <[email protected]> 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