On Sun, 10 Oct 2004, Geert Uytterhoeven wrote: > > Ralf, or anyone else, any suggestions on how to get a patch like the one > > below accepted in 2.6? It's needed due to the 36 bit address of the > > pcmcia controller on the Au1x CPUs. > > Perhaps you can ask the PPC people? Book E PPC has 36-bit I/O as well. Using 36-bit pointers for PCMCIA seems questionable to me -- does the bus support such wide addresses? If not, why not use a data type that covers valid offsets only when passing addresses to bus access functions? In particular, the range of offsets (the data type used) shouldn't depend on the processor type, should it? Maciej