From owner-cvs-all Sat Jun 16 15:59:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B0BC37B407; Sat, 16 Jun 2001 15:59:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5GMxlA90511; Sat, 16 Jun 2001 15:59:47 -0700 (PDT) (envelope-from peter) Message-Id: <200106162259.f5GMxlA90511@freefall.freebsd.org> From: Peter Wemm Date: Sat, 16 Jun 2001 15:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa gusc.c gusmidi.c mpu.c uartsio.c src/sys/dev/sound/pci csamidi.c vibes.c src/sys/dev/sound/pcm sound.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/06/16 15:59:46 PDT Modified files: sys/dev/sound/isa gusc.c gusmidi.c mpu.c uartsio.c sys/dev/sound/pci csamidi.c vibes.c sys/dev/sound/pcm sound.c Log: Use INTR_TYPE_AV for the interrupt handlers because: 1: most drivers are sensitive to timing, and 2: the handlers are MPSAFE and need a chance to get into the kernel before some other non-mpsafe handler blocks the ithread on Giant in shared irq cases. Reviewed by: cg (in principle) Revision Changes Path 1.10 +2 -2 src/sys/dev/sound/isa/gusc.c 1.5 +2 -2 src/sys/dev/sound/isa/gusmidi.c 1.10 +2 -2 src/sys/dev/sound/isa/mpu.c 1.7 +2 -2 src/sys/dev/sound/isa/uartsio.c 1.7 +2 -2 src/sys/dev/sound/pci/csamidi.c 1.6 +2 -2 src/sys/dev/sound/pci/vibes.c 1.51 +3 -3 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message