Hi, How is that supposed to work on systems without PCI? For now I have defined #define insl(port,buf,len) isa_insb(port,buf,(len)<<2) #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2) in asm-m68k/parport.h. Bye Richard - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: insl/outsl in parport_pc and !CONFIG_PCI Richard Zidlicky
- Re: insl/outsl in parport_pc and !CONFIG_PCI Jamie Lokier