Changeset 14e1c677 in rtems


Ignore:
Timestamp:
12/11/13 10:42:41 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
f859d20
Parents:
a19b915
git-author:
Sebastian Huber <sebastian.huber@…> (12/11/13 10:42:41)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/16/13 14:15:42)
Message:

bsp/genmcf548x: Increase network TX FIFO watermark

This prevents frequent transmit FIFO errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/genmcf548x/network/network.c

    ra19b915 r14e1c677  
    731731   * Set transmit fifo watermark register (X_WMRK), default = 64
    732732   */
    733   MCF548X_FEC_FECTFAR(chan) = MCF548X_FEC_FECTFAR_ALARM(128);
    734   MCF548X_FEC_FECTFWR(chan) = MCF548X_FEC_FECTFWR_X_WMRK_64;   /* 64 bytes */
     733  MCF548X_FEC_FECTFAR(chan) = MCF548X_FEC_FECTFAR_ALARM(512);
     734  MCF548X_FEC_FECTFWR(chan) = MCF548X_FEC_FECTFWR_X_WMRK_256;
    735735
    736736 /*
Note: See TracChangeset for help on using the changeset viewer.