On Wed, Mar 23, 2005 at 10:17:48AM -0800, David S. Miller wrote:
> On Wed, 23 Mar 2005 15:53:26 +0200 (EET)
> Meelis Roos <[EMAIL PROTECTED]> wrote:
>
> > floppy module in 2.6.12-rc1 has an unresolved symbol floppy_hardint.
>
> Yes, this is known not to work. The floppy driver can only
> work non-modular on sparc systems.
Thought it should be easy to fix. So moved code from entry.S and irq.c
to seprate files.
sparc_floppy_irq uses all sort of stuff,
and the hardint routing also has some not-so-nice dependencies.
I stopped when the build told me:
Building modules, stage 2.
MODPOST
*** Warning: "irq_exit" [drivers/block/floppy.ko] undefined!
*** Warning: "trap_setup" [drivers/block/floppy.ko] undefined!
*** Warning: "___f_enable_pil_irq" [drivers/block/floppy.ko] undefined!
*** Warning: "PSR_ET" [drivers/block/floppy.ko] undefined!
*** Warning: "PSR_PIL" [drivers/block/floppy.ko] undefined!
*** Warning: "ret_trap_entry" [drivers/block/floppy.ko] undefined!
*** Warning: "STACKFRAME_SZ" [drivers/block/floppy.ko] undefined!
*** Warning: "auxio_register" [drivers/block/floppy.ko] undefined!
*** Warning: "___f_disable_pil_irq" [drivers/block/floppy.ko] undefined!
:-(
Sam
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html