diff options
Diffstat (limited to 'sys/arch/sparc/dev/p9100.c')
-rw-r--r-- | sys/arch/sparc/dev/p9100.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/p9100.c b/sys/arch/sparc/dev/p9100.c index bc5973b40db..43119858420 100644 --- a/sys/arch/sparc/dev/p9100.c +++ b/sys/arch/sparc/dev/p9100.c @@ -1,4 +1,4 @@ -/* $OpenBSD: p9100.c,v 1.29 2004/05/12 16:26:11 deraadt Exp $ */ +/* $OpenBSD: p9100.c,v 1.30 2004/09/29 07:35:11 miod Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. @@ -299,7 +299,8 @@ p9100attach(struct device *parent, struct device *self, void *args) sc->sc_ih.ih_fun = p9100_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); /* Disable frame buffer interrupts */ P9100_SELECT_SCR(sc); |