Subject: Re: panic on boot with 4.99.19 installcd
To: Chavdar Ivanov <ci4ic4@gmail.com>
From: Pavel Cahyna <pavel@NetBSD.org>
List: port-i386
Date: 05/19/2007 08:28:50
On Sat, May 19, 2007 at 09:16:22AM +0100, Chavdar Ivanov wrote:
> On 19/05/07, Pavel Cahyna <pavel@netbsd.org> wrote:
> >On Sat, May 19, 2007 at 01:56:09AM +0200, fgh salle wrote:
> >> after install and reboot on GENERIC_LAPTOP, no problems occured and
> >> nothing to do to boot
> >> thanks everybody
> >
> >what happens if you use GENERIC instead
> 
> I use GENERIC.MP after each upgrade (before compiling my local kernel
> - which is GENERIC.MP with some tweaks and drm enabled), so I'd guess
> there is no problem. The panic is only with INSTALL_LARGE.

Could you try to rebuild the INSTALL_LARGE kernel with the following
lines added:

# CardBus bridge support
cbb* 		at pci? dev ? function ?
cardslot* 	at cbb?

# CardBus bus support
cardbus* 	at cardslot?
pcmcia* 	at cardslot?

and see if it stil panics?

Pavel