summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-10-09 03:50:27 +0000
committerWarner Losh <imp@FreeBSD.org>1999-10-09 03:50:27 +0000
commitc0de9fc6377e0b25ccd98f00489e5ebe1d18baf8 (patch)
treecc07dedacaeef9da4c000337f14cdfbc07c1c08d
parent6d4d0ac95857bbd28928b6fda796440d2ce53dea (diff)
Notes
-rw-r--r--sys/dev/pcm/pci/es1370.c2
-rw-r--r--sys/dev/pcm/pci/es137x.c2
-rw-r--r--sys/dev/sound/pci/es137x.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcm/pci/es1370.c b/sys/dev/pcm/pci/es1370.c
index 778a06b70d803..4bd8cd6b0ffb7 100644
--- a/sys/dev/pcm/pci/es1370.c
+++ b/sys/dev/pcm/pci/es1370.c
@@ -486,7 +486,7 @@ es_pci_attach(device_t dev)
irqid = 0;
irq = bus_alloc_resource(dev, SYS_RES_IRQ, &irqid,
- 0, ~0, 1, RF_ACTIVE);
+ 0, ~0, 1, RF_ACTIVE | RF_SHAREABLE);
if (!irq
|| bus_setup_intr(dev, irq, INTR_TYPE_TTY, es_intr, es, &ih)) {
device_printf(dev, "unable to map interrupt\n");
diff --git a/sys/dev/pcm/pci/es137x.c b/sys/dev/pcm/pci/es137x.c
index 778a06b70d803..4bd8cd6b0ffb7 100644
--- a/sys/dev/pcm/pci/es137x.c
+++ b/sys/dev/pcm/pci/es137x.c
@@ -486,7 +486,7 @@ es_pci_attach(device_t dev)
irqid = 0;
irq = bus_alloc_resource(dev, SYS_RES_IRQ, &irqid,
- 0, ~0, 1, RF_ACTIVE);
+ 0, ~0, 1, RF_ACTIVE | RF_SHAREABLE);
if (!irq
|| bus_setup_intr(dev, irq, INTR_TYPE_TTY, es_intr, es, &ih)) {
device_printf(dev, "unable to map interrupt\n");
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 778a06b70d803..4bd8cd6b0ffb7 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -486,7 +486,7 @@ es_pci_attach(device_t dev)
irqid = 0;
irq = bus_alloc_resource(dev, SYS_RES_IRQ, &irqid,
- 0, ~0, 1, RF_ACTIVE);
+ 0, ~0, 1, RF_ACTIVE | RF_SHAREABLE);
if (!irq
|| bus_setup_intr(dev, irq, INTR_TYPE_TTY, es_intr, es, &ih)) {
device_printf(dev, "unable to map interrupt\n");