Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 12:01:41 +0200
From:      Aleksandr Rybalko <ray@ddteam.net>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Allwinner A10
Message-ID:  <20121227120141.6cff665cd399e722967efbe5@ddteam.net>
In-Reply-To: <201212271004.01598.hselasky@c2i.net>
References:  <CAGtf9xOquNGakvSmRfmN31zqqQ49MMLmGscH5XvpwRoVJ6e3FQ@mail.gmail.com> <201212271004.01598.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 27 Dec 2012 10:04:01 +0100
Hans Petter Selasky <hselasky@c2i.net> wrote:

> On Wednesday 26 December 2012 17:05:35 Ganbold Tsagaankhuu wrote:
> > Just some information,
> > 
> > Still nothing useful yet, but with the help of andrew@, ray@, gonzo@
> > and other arm guys kernel boots:
> > 
> > https://github.com/tsgan/allwinner_a10/blob/master/dmesg_ehci.txt
> > 
> > Tried usb/ehci glue code, no success yet, so maybe I will leave it now
> > and try next SD/MMC :)
> > 
> 
> Hi,
> 
> It looks like number of ports is zero. Can you try this:
> 
> Edit sys/dev/usb/controller/ehci.c
> 
> 
> Find this:
>         sc->sc_noport = EHCI_HCS_N_PORTS(sparams);
> 
> Add this:
>         if (sc->sc_noport == 0)
>            sc->sc_noport = 1;
> 
> Does the EHCI work now?
> 
> --HPS
> _______________________________________________
> freebsd-arm@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"

I've ask Ganbold to inspect EHCI registers and they all is 0, so I
think it is not port count problem, but clock and/or power control.

Thanks!

WBW
-- 
Aleksandr Rybalko <ray@ddteam.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121227120141.6cff665cd399e722967efbe5>