CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2014/04/19 06:25:03
Modified files: sys/dev/pci : if_de.c Log message: 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