CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2024/03/04 16:50:20
Modified files: sys/dev/ic : dwqe.c Log message: Reduce high limit of dwqe(4) receive ring by one. To avoid confusion between the head and tail pointer, leave a gap in dwqe(4) receive descriptors. This prevents a situation when no RX interrupts are received. from gerhard@; OK kettenis@ dlg@