Re: Early serial console slowness and reboot - cvs diff
Christopher KOBAYASHI <[email protected]> Wed, 25 Feb 2009 18:37:53 +0900
| Newsgroups | gmane.os.netbsd.ports.sgimips |
|---|---|
| Message-ID | <[email protected]> |
I forgot to say "fix committed to HEAD". On Feb 25, 2009, at 6:14 PM, Christopher KOBAYASHI wrote: > The IP32 serial console setup code in bus.c hardcodes the bus space > tag to 3 -- it should be SGIMIPS_BUS_SPACE_MACE instead, I think. > > That probably has something to do with it. > > -- Chris > > On Feb 25, 2009, at 3:25 PM, Andrew Randrianasulu wrote: > >> And it works fine with >> >> #define SGIMIPS_BUS_SPACE_IP6_DPCLOCK 6 >> >> in sys/arch/sgimips/include/bus.h >> >> I don't have IP6, but will try to find files where >> SGIMIPS_BUS_SPACE_IP6_DPCLOCK define is used .... >> >> >> >