Hi again,

Philipp Schmid writes:
> I don't know about your particular system, but in my case, the system
> controller memory maps the address and data register, so I simply hacked out
> any of the platform_get_resource code for my system and replaced it with
> ioremaps:
> 
IIRC you have your USB controller attached to the PCI bus. In this
case you should use drivers/usb/core/hcd-pci.c.
Unfortunately I merged that code into ohci-sl811.c (from which I
derived ohci-isp1362.c) which needs to be cut out again. We should
have architecture/bus specific code in
drivers/usb/core/hcd-<arch|bus>.c so that the remaining code in
ohci-isp1362.c will be completely architecture independent.



Lothar Wassmann


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to