Il Thursday 13 March 2008 10:01:09 Thomas Bogendoerfer ha scritto:
> On Thu, Mar 13, 2008 at 01:31:54AM +0100, Matteo Croce wrote:
> > Il Wednesday 12 March 2008 12:16:29 Alan Cox ha scritto:
> > > On Wed, 12 Mar 2008 02:30:06 +0100
> > > Matteo Croce <technoboy85@gmail.com> wrote:
> > >
> > > > Ugly but we need it
> > >
> > > Too ugly - NAK
> > >
> > > However please send an explanation of the problem and lets find a nicer
> > > way to do it or bury it in arch code.
> > >
> > >
> >
> > This is my problem:
> >
> > ffi_cmdset_000: DDisabling erae-ssuspend-progrm ddue to code bokeenness.
> > cmdlinparrt partition arssing not avaiabll
> > RedBoo ppartition parsngg not availabl
> > NET: Rgiistered protocl family 1
> > NET: Regsteered protocol ammily 10
> > IPv6 overIPPv4 tunnelingdriiver
> > NET: Regsteered protocolfammily 17
> > FS:: Mounted roo (ssquashfs filessttem) readonly.
> > Freeing nuused kernel meorry: 120k freed
> >
> > I'll try to find a nicer way to fix it
>
> don't use AFE mode and treat it like a normal 16550 (PORT_16550A). You
> could also try to use UPIO_MEM32. That's how my console driver
> (different OS) works for AR7 without the hack to wait for LSR_TEMP and
> LSR_THRE.
>
> Thomas.
>
What do you mean by don't using AFE? Just removing UART_CAP_AFE from the .fcr
field?
I've tried but it doesn't work.
I tried also UPIO_MEM32 instead of UPIO_MEM (with PORT_AR7) but it doesn't works
|