This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MPC555 serial exception fix


On Tue, May 13, 2008 at 02:37:38PM +0100, Steven Clugston wrote:
> I've also added line status callback support, although nothing other
> than PPPd seems to use it, and only then for modem carrier dectection.

Hi Steve

This part does not compile:

> +    if(scsr & MPC555_SERIAL_SCxSR_NF)
> +    {
> +      stat.which = CYGNUM_SERIAL_STATUS_NOISEERR;
> +      (chan->callbacks->indicate_status)(chan, &stat);
> +    } 

I guess you changed serialio.h as well? Please could you submit that
change as well?

       Thanks
           Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]