From: JockyW <joc...@ho...> - 2004-04-26 21:41:23
|
"Michael Steil" <st...@in...> wrote in message news:C69...@in...... > The RTC driver has been put into the CVS. Checkout the kernel from > there to test it. :-) > > Michael > Thanks Michael:) I'm now building 2.6.5 and noticed that gamecubefb.c and fbmem.c need a #define __powerpc__ in order to build the kernel. W/o these there is a missing reference to fb_writel_real() Everything works as usual (also the RTC, thanks Torben!), except that the screen is very green and not very clear. It seems to me that the __powerpc__ definitions that I added also have a negative impact :( PS: I still have an unanswered question related to a dvd driver which I developed: Do you know to what memory the virtual address 0xc2004048 is mapped? When I convert it to a bus or phys address it doesn't seem to be a physical address. JockyW |