diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-09 04:25:53 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-09-09 04:25:53 +0000 |
commit | 9464ec9a5de9c033ad089039e5e2655e2a633618 (patch) | |
tree | 4230c796a98523d76796cc253604fbec372fbac3 /sys/dev/ofw/ofbus.c | |
parent | 75fe9fb4713d939f9204dd7e43cd7d569ca16add (diff) |
fall back to openfirmware interrupt processing, might be overridden
later by a real interrupt controller.
Diffstat (limited to 'sys/dev/ofw/ofbus.c')
-rw-r--r-- | sys/dev/ofw/ofbus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofbus.c b/sys/dev/ofw/ofbus.c index ba8f05022fe..85c93c2e49a 100644 --- a/sys/dev/ofw/ofbus.c +++ b/sys/dev/ofw/ofbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ofbus.c,v 1.3 1998/08/22 18:00:34 rahnds Exp $ */ +/* $OpenBSD: ofbus.c,v 1.4 1998/09/09 04:25:52 rahnds Exp $ */ /* $NetBSD: ofbus.c,v 1.3 1996/10/13 01:38:11 christos Exp $ */ /* @@ -126,6 +126,7 @@ ofrattach(parent, dev, aux) ofname[l] = 0; systype(ofname); } + ofw_intr_establish(); for (child = OF_child(ofp->phandle); child; child = OF_peer(child)) { |