cvs commit: src/sys/dev/netif/nv if_nv.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 14 09:04:56 PST 2005
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
More information about the Commits
mailing list