cvs commit: src/sys/dev/netif/nfe if_nfe.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 8 21:25:21 PDT 2007


dillon      2007/08/08 21:24:14 PDT

DragonFly src repository

  Modified files:
    sys/dev/netif/nfe    if_nfe.c 
  Log:
  nfe_init() can be called as a side effect of certain ioctl operations with
  packet data still queued.  The queue must be restarted since the reinit
  will clean out the rings and clear any pending interrupts.
  
  This fixes watchdog timeouts which can occur while dhclient is probing
  the network.
  
  Revision  Changes    Path
  1.12      +8 -7      src/sys/dev/netif/nfe/if_nfe.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/nfe/if_nfe.c.diff?r1=1.11&r2=1.12&f=u





More information about the Commits mailing list