cvs commit: src/sys/dev/en midway.c src/sys/dev/hatm if_hatm.c
src/sys/dev/patm if_patm.c
John Baldwin
jhb at FreeBSD.org
Mon Mar 1 12:57:37 PST 2004
On Sunday 29 February 2004 04:26 am, Scott Long wrote:
> scottl 2004/02/29 01:26:01 PST
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/en midway.c
> sys/dev/hatm if_hatm.c
> sys/dev/patm if_patm.c
> Log:
> All three of these drivers abused cv_waitq_empty in the same way by
> spinning on it in hopes of making sure that the waitq was empty before
> going on. This wasn't needed and probably never would have worked as
> intended. Now that cv_waitq_empty() and friends are gone, the code in
> these drivers that spins on it can go away too. This should unbreak LINT.
>
> Discussed with: kan
Thanks. Sorry for breaking the build. :(
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the cvs-src
mailing list