* David Miller | 2010-03-01 16:39:59 [-0800]: >All buffers passed to the architecture IDE ops should be PAGE_OFFSET >relative kernel virtual addresses for which __pa() works. > >Are kmap()'d things ending up here? Ah, bounce buffers are used. So no, there no highmem which get kmap()ed. Sebastian