Re: Debugging an early kernel problem (more MIPS trouble)

2016-07-05 Thread coypu
I've resorted to taking advantage of the fact I'm running an emulator and made it print a message to stderr every time it changes the interrupt level. Which, conveniently, didn't boot as well (although it got stuck a lot later). However, the problem was found: Seems like all the interrupt code is

Re: wm0 stopped receiving after mpt0 timeout recovery

2016-07-05 Thread Edgar Fuß
> Please show the full dmesg. Attached. Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of Califo

Re: Debugging an early kernel problem (more MIPS trouble)

2016-07-05 Thread coypu
On Tue, Jul 05, 2016 at 03:52:21AM +, David Holland wrote: > On Tue, Jul 05, 2016 at 02:00:35AM +, co...@sdf.org wrote: > > After failing to fix enough broken things with the interrupt code by > > reading it, I wanted to try adding some code to let me know when the > > interrupt level wa