Subject: Re: X in 3.1 on Mobilepro 880
To: Jun Ebihara <jun@soum.co.jp>
From: Andy Ruhl <acruhl@gmail.com>
List: port-hpcmips
Date: 12/10/2006 08:36:54
On 12/10/06, Jun Ebihara <jun@soum.co.jp> 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