cvs commit: src/sys/dev/netif/fxp if_fxp.c

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sun May 25 02:46:19 PDT 2008


sephe       2008/05/25 02:44:31 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/fxp    if_fxp.c 
  Log:
  - Count and defrag mbuf before setup TX desc
  - Drop excessively fragmented packets
  - Set ifnet.if_timer, if TX desc has been setup
  - Reset ifnet.if_timer, only if there are no pending TX descs
  - Add IFF_OACTIVE and ifnet.if_timer related processing in fxp_tick(),
    which performs TXEOF operation
  - Add XXX comment about a possible missing ifnet.if_timer setting in
    fxp_init()
  
  Revision  Changes    Path
  1.52      +59 -39    src/sys/dev/netif/fxp/if_fxp.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/fxp/if_fxp.c.diff?r1=1.51&r2=1.52&f=u





More information about the Commits mailing list