Date: Sat, 16 Jun 2001 15:59:46 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200106162259.f5GMxlA90511@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106162259.f5GMxlA90511>
