diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 07:35:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-29 07:35:15 +0000 |
commit | 98de1921367f7a5202910626ee67011985fc6238 (patch) | |
tree | 78c6738edd0eb52fb6c913736d7913c0c1f0674b /sys/arch/sparc/dev/rfx.c | |
parent | 4ee9b02e4ff2aca8569497a013add163e3752aa0 (diff) |
Switch sparc to evcount; ok deraadt@
Diffstat (limited to 'sys/arch/sparc/dev/rfx.c')
-rw-r--r-- | sys/arch/sparc/dev/rfx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/rfx.c b/sys/arch/sparc/dev/rfx.c index accfa20587e..f8baca6bf71 100644 --- a/sys/arch/sparc/dev/rfx.c +++ b/sys/arch/sparc/dev/rfx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rfx.c,v 1.4 2004/03/01 22:27:09 miod Exp $ */ +/* $OpenBSD: rfx.c,v 1.5 2004/09/29 07:35:11 miod Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. @@ -266,7 +266,8 @@ rfxattach(struct device *parent, struct device *self, void *args) #if 0 /* not yet */ sc->sc_ih.ih_fun = rfx_intr; sc->sc_ih.ih_arg = sc; - intr_establish(ca->ca_ra.ra_intr[0].int_pri, &sc->sc_ih, IPL_FB); + intr_establish(ca->ca_ra.ra_intr[0].int_pri, &sc->sc_ih, IPL_FB, + self->dv_xname); #endif /* |