summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/isa/pms.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 23:03:08 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-07-29 23:03:08 +0000
commita44b5fcb800906231bc17bdb31d6eeea483a10ec (patch)
treecd4546460f2d8700cd0a88f75124519574cb5cde /sys/arch/alpha/isa/pms.c
parentf31c391d4c0b8c92c2b95b7546af80ed7089ad4a (diff)
Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention
Diffstat (limited to 'sys/arch/alpha/isa/pms.c')
-rw-r--r--sys/arch/alpha/isa/pms.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/isa/pms.c b/sys/arch/alpha/isa/pms.c
index 5fc6e3ae649..3c13fe88153 100644
--- a/sys/arch/alpha/isa/pms.c
+++ b/sys/arch/alpha/isa/pms.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: pms.c,v 1.2 1996/07/29 22:59:53 niklas Exp $ */
/* $NetBSD: pms.c,v 1.1 1996/04/12 01:53:06 cgd Exp $ */
/*-
@@ -225,7 +226,7 @@ pmsattach(parent, self, aux)
sc->sc_state = 0;
sc->sc_ih = isa_intr_establish(pms_ic, ia->ia_irq, IST_EDGE, IPL_TTY,
- pmsintr, sc);
+ pmsintr, sc, sc->sc_dev.dv_xname);
}
int