OSEC

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: Bob Beck (beckcvs.openbsd.org)
Date: Fri Apr 30 2004 - 19:03:59 CDT


CVSROOT: /cvs
Module name: src
Changes by: beckcvs.openbsd.org 2004/04/30 18:03:59

Modified files:
        sys/dev/ic : fxp.c

Log message:
Fix nasty bug where driver would not correctly catch and handle an rnr
condition when it was due to the the recieve buffers being exhausted with
no packet transmits during that time. Symptom was that the fxp would
simply stop interrupting for the next 15 seconds until the watchdog kicked
in and reset the chip due to 15 seconds of inactivity, making the fxp very
poorly behaved when hammered on hard.
ok deraadt