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: Brad Smith (bradcvs.openbsd.org)
Date: Sat Mar 01 2008 - 17:57:50 CST


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2008/03/01 16:57:50

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

Log message:
Resolve an issue where the Starfire chipset can get into an endless loop
of watchdog timeouts. This happens due to the fact that the driver counts
the packets in the output queue to check for the chip hanging but whenever
a watchdog timeout happens and the init routine is called and in turn the
stop routine the counter is never actually cleared.

From Geoff Steckel via PR 5724

ok krw martin mglocker