summaryrefslogtreecommitdiff
path: root/sys/dev/sound/isa/mpu.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-06-16 22:59:46 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-06-16 22:59:46 +0000
commit46700f12593fc9ea939b09ed621c63de8d9ed01c (patch)
treee21ea45a28bacc8b26342f453d5ea29a7e27ec9f /sys/dev/sound/isa/mpu.c
parent5a280d9cd10dee4dea8f5641354d450a07b4ea51 (diff)
Notes
Diffstat (limited to 'sys/dev/sound/isa/mpu.c')
-rw-r--r--sys/dev/sound/isa/mpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mpu.c b/sys/dev/sound/isa/mpu.c
index f66b921b6bc8..a8cf4904dfb1 100644
--- a/sys/dev/sound/isa/mpu.c
+++ b/sys/dev/sound/isa/mpu.c
@@ -385,7 +385,7 @@ mpu_attach(device_t dev)
/* Now we can handle the interrupts. */
if (scp->irq != NULL)
- bus_setup_intr(dev, scp->irq, INTR_TYPE_TTY, mpu_intr, scp,
+ bus_setup_intr(dev, scp->irq, INTR_TYPE_AV, mpu_intr, scp,
&scp->ih);
DEB(printf("mpu: attached.\n"));