Subject: Re: NetBSD 1.1 no go on Sun 4/260
To: Jeff Woolsey <woolsey@jlw.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: netbsd-bugs
Date: 02/13/1996 00:59:47
> panic: multiple /dev/fb declarers

Fixed in -current a while ago by Jason Thorpe who was seeing the same problem
on a sun4 with more than one framebuffer installed.


> syncing disks... trap type 0x7: pc=f8039dd0 npc=f8039d50 psr=1010c0<EF,S,PS>
> panic: alignment fault

Hmm, from your stack trace it appears that boot() proceeds to call filesystem
shutdown code, which is not a good thing to do when still in the device
probe stage..  I'll do something about that.

-pk