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: Fri Oct 31 2003 - 00:32:46 CST


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2003/10/30 23:32:46

Modified files:
        sys/dev/ic : Tag: OPENBSD_3_3 aac.c

Log message:
MFC:
Fix by fgsch

- drop number of openings by 4 to avoid "not queued" errors.
- check return from aac_start() and return correctly in case
we need to reschedule the watchdog.

convervative fix from niklas, prompted by several ppl.
krw and deraadt ok.

ok deraadt