summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc/com_gsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/gsc/com_gsc.c')
-rw-r--r--sys/arch/hppa/gsc/com_gsc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/gsc/com_gsc.c b/sys/arch/hppa/gsc/com_gsc.c
index 2fc94dffb35..743f1f8f334 100644
--- a/sys/arch/hppa/gsc/com_gsc.c
+++ b/sys/arch/hppa/gsc/com_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com_gsc.c,v 1.4 1999/07/08 18:24:06 mickey Exp $ */
+/* $OpenBSD: com_gsc.c,v 1.5 1999/08/16 02:48:39 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -95,7 +95,6 @@ com_gsc_attach(parent, self, aux)
com_attach_subr(sc);
sc->sc_ih = gsc_intr_establish((struct gsc_softc *)parent, IPL_TTY,
- ga->ga_irq, comintr, sc,
- sc->sc_dev.dv_xname);
+ ga->ga_irq, comintr, sc, &sc->sc_dev);
}