On Thu, 09 Sep 2010 16:17:04 +0900 (JST)
KIYOHARA Takashi <[email protected]> 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