From owner-cvs-all Sun Jan 9 22:19:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 600AC14C8D; Sun, 9 Jan 2000 22:19:21 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA66653; Sun, 9 Jan 2000 22:19:21 -0800 (PST) (envelope-from cg@FreeBSD.org) Message-Id: <200001100619.WAA66653@freefall.freebsd.org> From: Cameron Grant Date: Sun, 9 Jan 2000 22:19:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci neomagic.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 2000/01/09 22:19:20 PST Modified files: sys/dev/sound/pci neomagic.c Log: don't complain about bad intrs unless we get 1000 of them consecutively whilst we are playing or recording. since we should irq ~20 times/sec when active, this should never trigger. in theory. if it never does trigger, the check will be removed. Revision Changes Path 1.3 +5 -4 src/sys/dev/sound/pci/neomagic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message