Re: New resources - pls, explain :-(

Martin Mares (mj@ucw.cz)
Sun, 15 Aug 1999 12:01:58 +0200


Hello,

> Since decisions are getting made about this stuff, what is a coherent
> strategy for bus-specific addressing? ie. I want to ioremap() PCI
> device A on bus 1 at 0x0C000000, and also ioremap() PCI device B on bus
> 2 at 0x0C000000.

The pci_dev structure contains physical addresses, not virtual addresses,
hence both devices have different addresses there and ioremap() will be
happy with that.

Have a nice fortnight

-- 
Martin `MJ' Mares   <mj@ucw.cz>   http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
"A sine curve goes off to infinity or at least the end of the blackboard."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/