From owner-cvs-sys Fri Apr 18 11:28:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24067 for cvs-sys-outgoing; Fri, 18 Apr 1997 11:28:38 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA24055; Fri, 18 Apr 1997 11:28:30 -0700 (PDT) Date: Fri, 18 Apr 1997 11:28:30 -0700 (PDT) From: Bruce Evans Message-Id: <199704181828.LAA24055@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/18 11:28:26 Modified: sys/i386/isa sio.c Log: Don't call timeout() for DTR wakeup or busy check if the relevant timeout is already active. This fixes "timeout table full" panics under 100% interrupt load and other weird conditions. Revision Changes Path 1.163 +11 -5 src/sys/i386/isa/sio.c