summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tlsb
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/tlsb
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/tlsb')
-rw-r--r--sys/alpha/tlsb/dwlpx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c
index 4e78eb0..2e16a11 100644
--- a/sys/alpha/tlsb/dwlpx.c
+++ b/sys/alpha/tlsb/dwlpx.c
@@ -393,7 +393,8 @@ dwlpx_setup_intr(device_t dev, device_t child, struct resource *irq, int flags,
vector = DWLPX_MVEC(ionode, hose, slot);
pri = ithread_priority(flags);
error = alpha_setup_intr(device_get_nameunit(child ? child : dev),
- vector, intr, arg, pri, cookiep, &intrcnt[INTRCNT_KN8AE_IRQ], NULL, NULL);
+ vector, intr, arg, pri, flags, cookiep,
+ &intrcnt[INTRCNT_KN8AE_IRQ], NULL, NULL);
if (error)
return error;
dwlpx_enadis_intr(vector, intpin, 1);
OpenPOWER on IntegriCloud