cvs commit: src/sys/dev/netif/ndis if_ndis.c if_ndisvar.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Dec 31 11:42:40 PST 2005
dillon 2005/12/31 11:39:14 PST
DragonFly src repository
Modified files:
sys/dev/netif/ndis if_ndis.c if_ndisvar.h
Log:
Preliminary ndis cleanup. The serializer has taken over the functionality
that the token locks used to have, so remove the token locks. Also remove
unnecessary 'return;' statements at the end of void procedures.
Revision Changes Path
1.13 +3 -82 src/sys/dev/netif/ndis/if_ndis.c
1.3 +0 -10 src/sys/dev/netif/ndis/if_ndisvar.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ndis/if_ndis.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/ndis/if_ndisvar.h.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list