On 11/08/2015 08:28, Kenichi Hashimoto wrote:
USB keyboard of NetWalker has become unusable with the following changes. http://cvsweb.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/usb/ehci.c.diff?r1=1.241&r2=1.242&f=h In the case of Freescale SoC (i.MX5), EHCI_USBMODE is 0x68 (0x1a8). But, TEGRA_EHCI_USBMODE_REG is 0x1f8. Is this register a machine-dependent?
I believe so, yes. AFAICT it should only be accessed by sc_vendor_init. Nick