From: Ken T. <ke...@we...> - 2001-02-04 20:15:25
|
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. Ken. |