X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=ohci.c;fp=ohci.c;h=1bab91a5b7bac17c06fdfedd6629b875a0f9531f;hp=33d6034ae80d451b6fc5faf2e55f68727007b1b5;hb=0a6cd808a414dab189b1ffac82df6651dfb4ae34;hpb=e256c484ff2f56a6a58547c88b3763e8f2ae2c13 diff --git a/ohci.c b/ohci.c index 33d6034..1bab91a 100644 --- a/ohci.c +++ b/ohci.c @@ -14,7 +14,7 @@ Copyright (C) 2009 Sebastian Falbesoner #include "irq.h" #define gecko_printf printf -#define dma_addr(address) (u32)address +#define dma_addr(address) virt_to_phys(address) static struct ohci_hcca hcca_oh0;