CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/23 16:34:42
Modified files:
sys/dev/pci : if_de.c
Log message:
you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.
TULIP_SETCTX() does though. this moves that call after ifq_deq_commit.
problem reported (with great detail) and fix tested by ricardo mestre
ok mpi@
