CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/11/07 05:01:22
Modified files: sys/arch/vax/if: sgec.c Log message: get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE. IF_PREPEND only checks priq state, so it wont work out well if you're using hfsc. tested by miod@ ok mpi@ miod@