insl/outsl in parport_pc and !CONFIG_PCI

Richard Zidlicky (rz@linux-m68k.org)
Sun, 27 May 2001 19:16:14 +0200


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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/