Hi David, I had to do this change to ia64_ksyms.c to get some modules to work. They complained about unknown symbol ia64_iobase. ------------- --- ia64_ksyms.c.org Mon Sep 11 12:31:50 2000 +++ ia64_ksyms.c Thu Sep 14 14:44:58 2000 @@ -88,3 +88,6 @@ EXPORT_SYMBOL_NOVERS(__udivdi3); EXPORT_SYMBOL_NOVERS(__moddi3); EXPORT_SYMBOL_NOVERS(__umoddi3); + +extern unsigned long ia64_iobase; +EXPORT_SYMBOL(ia64_iobase); ------------- ia64_iobase gets referenced in io.h's __ia64_get_io_port_base function. David or Tim, the one responsible for this area, could you please add the following file to include/asm-ia64 ? It's needed to compile the parport modules. regards, chris (See attached file: parport.h.gz)