The "device node"? You mean stuff in /proc, right?
> If you make this new method, you might have to define a whole
> new set of arch level support hooks.
No. You explained why not:
> What I'm saying is, we should reuse all of this code we have
> to support mmap()'ing PCI devices properly now (via procfs
> device node files).
The existing per-arch code looks like it would work.
At worst, an offset (probably already a #define somewhere)
might need to be added.
Pushing a MAP_MMIO through to the per-arch code
might be slightly more involved. I can do PowerPC
and x86 at least, if it comes to that.
-
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/