Re: sparc64 2.6.6-rc2-mm2 build busted: usb/core/hub.c hubstatus

From: Ian Kent
Date: Tue Apr 27 2004 - 21:25:26 EST


On Wed, 28 Apr 2004, Dave Airlie wrote:

>
> > > > CC [M] drivers/char/drm/ffb_drv.o
> > > > In file included from drivers/char/drm/ffb_drv.c:336:
> > > > drivers/char/drm/drm_drv.h:547: error: `ffb_PCI_IDS' undeclared here (not in a function)
> > > > drivers/char/drm/drm_drv.h:547: error: initializer element is not constant
> > > > drivers/char/drm/drm_drv.h:547: error: (near initialization for `ffb_pciidlist[0]')
> > > > drivers/char/drm/ffb_drv.c:225: warning: `ffb_count_card_instances' defined but not used
> > > > make[3]: *** [drivers/char/drm/ffb_drv.o] Error 1
>
> > It appears that for 2.6.6-rc2-mm2 this should be:
> >
> > #define ffb_PCI_IDS { 0,0,0 }
> >
> > which allows the kernel to build.
>
> this should be fixed in the next pull from the DRM bk tree, bk seems to be
> down so I can't confirm the fix is in there at the moment ...
>
> Looking at the oops it looks like the framebuffer device is crashing, can
> you trry building it without the ffb DRM and see if it still crashes?
>

I'll investigate but I think that, either I need the fb device or
X -configure has it wrong. It thinks I have devices fb0 and fb1.

One thing I can do is disable all the graphics devices except the one that
I have. I left the others in to test out the build.

I have dual cgsix (TGX) cards in my Sun.

Ian

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/