freebsd-dev/sys/dev/en
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_en_pci.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
midway.c All three of these drivers abused cv_waitq_empty in the same way by spinning 2004-02-29 09:26:01 +00:00
midwayreg.h Convert the midway driver to use busdma. Except for this conversion the 2003-04-25 16:14:03 +00:00
midwayvar.h Consistently use the BSD u_int and u_short instead of the SYSV uint and 2003-08-07 15:04:27 +00:00