tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: EHCI of SoC



On Thu, 09 Sep 2010 16:17:04 +0900 (JST)
KIYOHARA Takashi <kiyohara%kk.iij4u.or.jp@localhost> wrote:

> I know different additional initialization to be necessary for i.MX35.
> We also should initialize to LSI dependent registers by callback
> function.

By LSI, you mean IC/chip here?

> @@ -392,6 +392,17 @@
>                 aprint_error("%s: reset timeout\n", device_xname(sc->sc_dev));
>                 return (USBD_IOERROR);
>         }
> +       if (sc->sc_lsidep_init != NULL)
> +               sc->sc_lsidep_init(sc);
>  
>         /* XXX need proper intr scheduling */
>         sc->sc_rand = 96;

-- 
NetBSD - Simplicity is prerequisite for reliability


Home | Main Index | Thread Index | Old Index