Re: X in 3.1 on Mobilepro 880
Jun Ebihara <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.hpcmips |
|---|---|
| Message-ID | <[email protected]> |
From: "Andy Ruhl" <[email protected]> Subject: X in 3.1 on Mobilepro 880 Date: Sun, 10 Dec 2006 07:01:01 -0700 > Is anyone using X as of 3.1 on their hpcmips machine? Maybe it's only mine. > I'll also try it on my mobilepro 790 and see what happens. 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. -- jun ebihara