|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Mark Kettenis (kettenis
cvs.openbsd.org)
Date: Thu Feb 08 2007 - 16:50:08 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: kettenis
cvs.openbsd.org 2007/02/08 15:50:08
Modified files:
sys/dev/ic : re.c
Log message:
Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free
TX descriptors. Further down the road re_encap() will bail if there
aren't at least 4 free TX descriptors, causing re_start() to abort
and set IFF_OACTIVE again.
From marius
FreeBSD
Tested by me, brad
, otto
and Emilio Parea.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]