On Sun, Feb 04, 2001 at 07:32:10PM +1100, Ken Tyler wrote:
>
>
> On Sun, 4 Feb 2001, Richard Zidlicky wrote:
>
> > > OK, where's the interrupt derrived from if no CONFIG_FB_AMIGA ?.
> >
> > did you have a look at fbcon.c:fbcon_startup ?
>
> Yes but no wiser. I see
>
> irqres = request_irq(IRQ_AMIGA_VERTB, fbcon_vbl_handler, 0,
> "console/cursor", fbcon_vbl_handler);
>
>
> but not what's generating the vertical rate interrupts.
try simply deleting that request_irq() and fbcon should fall back
to simple timer based cursor.
Bye
Richard
|