CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2017/02/11 07:40:06
Modified files: sys/arch/sgi/dev: if_iec.c Log message: Always leave one free slot in the Tx ring to avoid ambiguity with ring head and tail in the interrupt handler. This fixes an old bug that causes a Tx stall when Tx ring gets full.