CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2012/12/10 03:38:56
Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Under some circumstances (currently only reproducible with IPsec) bnx can be left w/o clusters on the receive ring and will stall. To prevent that schedule a timeout if refill fails. Bug was reported by jj@, fix tested by me, ok dlg