DragonFly commits List (threaded) for 2007-08
DragonFly BSD
DragonFly commits List (threaded) for 2007-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Aug 2007 21:24:14 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]