insl/outsl in parport_pc and !CONFIG_PCI

From: Richard Zidlicky (rz@linux-m68k.org)
Date: Sun May 27 2001 - 12:16:14 EST


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/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:33 EST