summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/t2.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-01 18:40:42 +0000
committerjhb <jhb@FreeBSD.org>2000-11-01 18:40:42 +0000
commitaf87892726ba369e11d02a86ed44830c739cd311 (patch)
tree9d48ecf3c82adba880b0621b953ed221cc657eb6 /sys/alpha/pci/t2.c
parent9b0a561703be32661910f94cd90c9a84cac698c2 (diff)
downloadFreeBSD-src-af87892726ba369e11d02a86ed44830c739cd311.zip
FreeBSD-src-af87892726ba369e11d02a86ed44830c739cd311.tar.gz
Pass in the new-bus flags to alpha_setup_intr().
Diffstat (limited to 'sys/alpha/pci/t2.c')
-rw-r--r--sys/alpha/pci/t2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c
index a15ff16..48e0d94 100644
--- a/sys/alpha/pci/t2.c
+++ b/sys/alpha/pci/t2.c
@@ -373,8 +373,8 @@ t2_setup_intr(device_t dev, device_t child,
return error;
error = alpha_setup_intr(device_get_nameunit(child ? child : dev),
- vector, intr, arg, ithread_priority(flags), cookiep,
- &intrcnt[irq->r_start],
+ vector, intr, arg, ithread_priority(flags), flags,
+ cookiep, &intrcnt[irq->r_start],
t2_disable_intr, t2_enable_intr);
if (error)
return error;
OpenPOWER on IntegriCloud