diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-08-26 22:19:53 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-08-26 22:19:53 +0000 |
| commit | cffd8a1d936653fb3afb52765ff3cc8d51ee33e3 (patch) | |
| tree | 0dea17d59513ef3450998e92803eabb3c7e7f346 /sys/dev/dpt | |
| parent | 877dd71fc6268236cb4ebc030f2c660d42a4de75 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpt')
| -rw-r--r-- | sys/dev/dpt/dpt_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index 20487bb9cf40..b68cfcef0b80 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -106,7 +106,8 @@ dpt_pci_attach (device_t dev) } rid = 0; - irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0, ~0, 1, RF_ACTIVE); + irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0, ~0, 1, + RF_ACTIVE | RF_SHAREABLE); if (!irq) { device_printf(dev, "No irq?!\n"); error = ENOMEM; |
