Re: X in 3.1 on Mobilepro 880
"Andy Ruhl" <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hpcmips |
|---|---|
| Message-ID | <[email protected]> |
On 12/10/06, Jun Ebihara <[email protected]> wrote: > Can you get boot messeage with dmesg command? > > If you can't get and fall into panic in boot process, > I think there is a tiny bug with mq200 (except MC/R530). > > On src/sys/arch/hpcmips/dev/mq200machdep.c: > > void > mq200_mdsetup(struct mq200_softc *sc) > { > const struct mq200_md_param *mdp; > > sc->sc_md = NULL; > for (mdp = machdep_params; mdp->md_platform != NULL; mdp++) { > ~~~~~~~~~~~~~~~~~~~~~~~~ > > If you can make kernel reconfigration. > Try to make your kernel without mq200. It does not panic. I don't think I've ever had a panic on my Mobilepro, which is great. I will try to rebuild the kernel without this stuff anyway. Thanks. Andy