Searched hist:126396 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/patm/
H A Dif_patm.cdiff 126396 Sun Feb 29 09:26:01 MST 2004 scottl 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
/freebsd-10.2-release/sys/dev/hatm/
H A Dif_hatm.cdiff 126396 Sun Feb 29 09:26:01 MST 2004 scottl 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
/freebsd-10.2-release/sys/dev/en/
H A Dmidway.cdiff 126396 Sun Feb 29 09:26:01 MST 2004 scottl 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

Completed in 58 milliseconds