Skip to content
  • Greg Ungerer's avatar
    [PATCH] m68knommu: FEC driver event/irq fixes · 0e702ab3
    Greg Ungerer authored
    
    
    Collection of fixes for the ColdFire FEC ethernet driver:
    
    . reworked event setting so that it occurs after the MII setup.
      roucaries bastien <roucaries.bastien@gmail.com>
    . Do not read cbd_sc in memory for each bit we test. Once per buffer is enough.
    . Overrun errors must increase `rx_fifo_errors', not `rx_crc_errors'
    . No need for a special value to activate rx or tx.  Only write access matters.
    . Simplify parameter of eth_copy_and_sum : `data' has already the right value.
    . Some spelling fixes.
    
    Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
    Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    0e702ab3