summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc/lpt_gsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/gsc/lpt_gsc.c')
-rw-r--r--sys/arch/hppa/gsc/lpt_gsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/lpt_gsc.c b/sys/arch/hppa/gsc/lpt_gsc.c
index c6640b5d58a..9e3ab9cd821 100644
--- a/sys/arch/hppa/gsc/lpt_gsc.c
+++ b/sys/arch/hppa/gsc/lpt_gsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpt_gsc.c,v 1.8 2003/01/25 07:22:01 jason Exp $ */
+/* $OpenBSD: lpt_gsc.c,v 1.9 2003/08/07 19:47:33 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -171,5 +171,5 @@ lpt_gsc_attach(parent, self, aux)
lpt_attach_common(sc);
sc->sc_ih = gsc_intr_establish((struct gsc_softc *)parent, IPL_TTY,
- ga->ga_irq, lptintr, sc, &sc->sc_dev);
+ ga->ga_irq, lptintr, sc, sc->sc_dev.dv_xname);
}