Actually physical and bus addresses are not always identical. On the
i386 they are the same but on some other achitectures they are not. So
you also need phys_to_bus() (which is just an empty macro on the i386)
to return the real bus address which you can give to the card's DMA
controller.
--Brian Gerst
- 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/