Date: Thu, 17 Apr 2008 22:01:39 +0000 (UTC) From: Coleman Kane <cokane@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h Message-ID: <200804172201.m3HM1djs008290@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804172201.m3HM1djs008290>