On Tue, 29 Jan 2008, Roman Zippel wrote:
Index: linux-2.6/arch/m68k/Kconfig =================================================================== --- linux-2.6.orig/arch/m68k/Kconfig +++ linux-2.6/arch/m68k/Kconfig @@ -282,6 +282,22 @@ config NFETH which will emulate a regular ethernet device while presenting an ethertap device to the host system. +config NFBLOCK + tristate "NatFeat block device support" + depends on BLOCK && NATFEAT + help + Say Y to include support for the ARAnyM NatFeat block device + which allows direct access to the hard drives without using + the hardware emulation. + +config NFCON + tristate "NatFeat console driver"
^^^^^^^^
+ depends on NATFEAT + help + Say Y to include support for the ARAnyM NatFeat console driver + which allows the console output to be redirected to the stderr + output of ARAnyM. +
Index: linux-2.6/arch/m68k/emu/nfcon.c =================================================================== --- /dev/null +++ linux-2.6/arch/m68k/emu/nfcon.c
+early_param("debug", nf_debug_setup);
^^^^^^^^^^^ early_param() is not available in the modular case. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html