freebsd-nq/sys/dev/hatm
Scott Long 474e30f0b1 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
2004-02-29 09:26:01 +00:00
..
if_hatm_intr.c change NULL to 0 to silence warning. 2003-12-24 18:23:02 +00:00
if_hatm_ioctl.c
if_hatm_rx.c
if_hatm_tx.c
if_hatm.c All three of these drivers abused cv_waitq_empty in the same way by spinning 2004-02-29 09:26:01 +00:00
if_hatmconf.h
if_hatmreg.h
if_hatmvar.h