cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h
Coleman Kane
cokane at FreeBSD.org
Thu Apr 17 22:01:39 UTC 2008
cokane 2008-04-17 22:01:39 UTC
FreeBSD src repository
Modified files:
sys/dev/if_ndis if_ndis.c if_ndisvar.h
Log:
Change the timeout(9) usage in if_ndis to a callout(9) implementation,
as the former is becoming deprecated and exhibits some extraneous
Giant-locking. The new callout(9) is declared MPSAFE, so it may
improve concurrency.
Tested by: matteo
Silence from: wpaul
MFC after: 1 month
Revision Changes Path
1.132 +6 -9 src/sys/dev/if_ndis/if_ndis.c
1.29 +1 -1 src/sys/dev/if_ndis/if_ndisvar.h
More information about the cvs-src
mailing list