On Sun, Aug 12, 2012 at 10:13:17AM +0000, Reinoud Zandijk wrote:
> Module Name: src
> Committed By: reinoud
> Date: Sun Aug 12 10:13:17 UTC 2012
>
> Modified Files:
> src/sys/arch/evbarm/dev: plcom.c plcomvar.h
>
> Log Message:
> Improve support for transmit fifo support for plcom.
>
> As Nick, Michiel and I concluded this driver needs a big overhaul since its
> logic is modelled on the standard com.c driver which doesn't have the plcom's
> treshold interrupt at al.
>
> On Nicks request, the HW FIFO support hasn't been enabled by default on the
> RPi though.
>
> Tested with the RPi.
On my RPi, console output becomes gibberish with this commit.
Jonathan Kollasch