• G
    [PATCH] m68knommu: FEC driver event/irq fixes · 0e702ab3
    Greg Ungerer 提交于
    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: NPhilippe De Muyter <phdm@macqel.be>
    Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    0e702ab3
fec.c 67.3 KB