On Monday 13 February 2006 2:46 pm, [EMAIL PROTECTED] wrote: > But I still have a big question : where do I set the memory mapping up ? > (ie where do I say to the system: for usb access, write on that memory > area 0x...).
The platform_device for that controller should have a memory resource with the unmapped memory address of your controller. (Or maybe an i/o resource like sl811_cs does.) > For information, the main peripheral of the sh4 is a stratix fpga, which > decodes addresses and connects the other peripherals to the sh4. The actual address to use will then depend on what's compiled into that fpga. I'd expect whoever did that provided some table showing the memory map for your board, with the sl811 at some location. - Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
