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

cvs commit: src/sys/dev/netif/nv if_nv.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 14 Dec 2005 09:04:29 -0800 (PST)

dillon      2005/12/14 09:04:29 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/nv     if_nv.c 
  Log:
  pfnStop() seems to take a flags argument which as far as I can tell from
  the header file needs specific flags rather then 0.
  
  Move the calls to nv_setmulti() and nv_ifmedia_upd() to just before
  the pfnStart() call.   Note that FreeBSD moved the calls even further
  back, to before the pfnInit(), but that is probably not correct.
  
  Revision  Changes    Path
  1.24      +4 -3      src/sys/dev/netif/nv/if_nv.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/nv/if_nv.c.diff?r1=1.23&r2=1.24&f=u



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