summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/grf_mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/dev/grf_mv.c')
-rw-r--r--sys/arch/mac68k/dev/grf_mv.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/grf_mv.c b/sys/arch/mac68k/dev/grf_mv.c
index 3a758dc6d71..e12e5fca56b 100644
--- a/sys/arch/mac68k/dev/grf_mv.c
+++ b/sys/arch/mac68k/dev/grf_mv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: grf_mv.c,v 1.13 1997/04/17 17:46:39 gene Exp $ */
+/* $OpenBSD: grf_mv.c,v 1.14 1997/05/01 03:36:51 briggs Exp $ */
/* $NetBSD: grf_mv.c,v 1.17 1997/02/24 06:20:06 scottr Exp $ */
/*
@@ -216,16 +216,25 @@ grfmv_attach(parent, self, aux)
case NUBUS_DRHW_M2HRVC:
case NUBUS_DRHW_TFB:
sc->cli_offset = 0xa0000;
+ sc->cli_value = 0;
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_generic, sc);
break;
case NUBUS_DRHW_WVC:
sc->cli_offset = 0xa00000;
+ sc->cli_value = 0;
+ add_nubus_intr(sc->sc_slot.slot, grfmv_intr_generic, sc);
+ break;
+ case NUBUS_DRHW_FIILX:
+ case NUBUS_DRHW_FIISXDSP:
+ sc->cli_offset = 0xF05000;
+ sc->cli_value = 0x80;
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_generic, sc);
break;
case NUBUS_DRHW_SAM768:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cti, sc);
break;
case NUBUS_DRHW_CB264:
+ case NUBUS_DRHW_CB364:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cb264, sc);
break;
case NUBUS_DRHW_SE30: