On Tue, May 11, 2004 at 11:22:22AM +0200, Emmanuel Michon wrote: > > Whatever - the driver API to use is ioremap. > > You mean that after basic probing you always access PCI devices thru the > TLB? No. ioremap knows how to optimize this for physical addresses that are mapped via KSEG1. So this just doesn't matter to driver writers. Ralf