another questionable "optimization": de used tulip_ifstart_one instead
authorhenning <henning@openbsd.org>
Sat, 19 Apr 2014 12:25:03 +0000 (12:25 +0000)
committerhenning <henning@openbsd.org>
Sat, 19 Apr 2014 12:25:03 +0000 (12:25 +0000)
commit24f045f4f6b22f2b284c336b2913cd9af171bd82
tree6cb4852139a9c52be984bd0d3d921966ee901733
parent461831dd50ee6b7d7fc8d428401235f72bb1ff1e
another questionable "optimization": de used tulip_ifstart_one instead
of tulip_ifstart if the sendqueue was empty, but only if altq wasn't
compiled in (i. e., that's a _compile time_ decision and not based on
wether altq was actually used).
just use tulip_ifstart all the time, as before in our regular kernels.
kill tulip_ifstart_one completely.
makes sense to sthen
sys/dev/pci/if_de.c