Re: EHCI Problem on FreeBSD arm port

2009-05-09 Thread Yohanes Nugroho
On Sat, May 9, 2009 at 3:09 PM, Hans Petter Selasky wrote: > Hi, > > If the strings are corrupt I would guess at a busdma issue. thank you, adding a "flush all" instruction makes the USB controller works properly. Now i should check the implementation of the FA526 invalidate/flush instruction,

EHCI Problem on FreeBSD arm port

2009-05-08 Thread Yohanes Nugroho
Hi all, Bruce M Simpson has donated me an Emprex NSD 100 for porting FreeBSD to it, and currently I am working to port FreeBSD to this machine, which is ARM SoC Cavium Econa CNS11XX (formerly Star 91XX). But now I am stuck in implementing the USB EHCI controller. Before getting into the question,