Thomas Gleixner wrote: >On Sat, 2005-01-01 at 18:50 +0800, William J Beksi wrote: > > > >>>I still have a question. Did you modify nand_base.c ? >>> >>> >>> >>No, I only add a compile time switch as you recommended because I want >>to use outb/inb. >> >> > >Can you please provide a patch for this too ? > > Hi Thomas, This patch allows you to select the i/o instruction you want to use (writeb/readb or outb/inb) at compile time. -- William