Subject: Re: -current kernel dies on 7300/200
To: Charles M. Hannum <root@ihack.net>
From: Tsubai Masanari <tsubai@iri.co.jp>
List: port-macppc
Date: 01/13/1999 01:57:58
>panic: kernel diagnostic assertion "scr != NULL" failed: file "../../../../dev/wscons/wsdisplay.c", line 1451

Hmm, "sc->sc_focus" (in wsdisplay.c) seems uninitialized if it is not
a console...  MI bug?


>It's also noting that this device can do at least 1280x1024 (which is
>what we use under MacOS).

"ofb" doesn't change screen resolution.  If you set screen to 1280x1024
before booting netbsd (with dip-sw?), you can use it.
(but /chaos/control is buggy...
 http://www.linuxppc.org/userguide/output_dev.html :-()

 ...
>which switches to the flamebuffer/keyboard as the console, then I get
>a DSI during autoconfig, just after:
>
>wskbd0 at akbd0

Fixed.  Thanks.