CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/07/04 23:25:09
Modified files: sys/dev/ic : hme.c Log message: When the kernel runs out of mbuf clusters, the hme receive ring may become empty. In that case, the hme driver could not recover as the ring was only filled after receiving data. Check and potentially fill an empty receive ring every second in hme_tick(). ok kettenis@