Ignore SE/30 faux-video card.
authorbriggs <briggs@openbsd.org>
Thu, 10 Apr 1997 20:34:33 +0000 (20:34 +0000)
committerbriggs <briggs@openbsd.org>
Thu, 10 Apr 1997 20:34:33 +0000 (20:34 +0000)
sys/arch/mac68k/dev/grf_mv.c
sys/arch/mac68k/dev/nubus.h

index a3a8bf0..d99aec1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: grf_mv.c,v 1.11 1997/04/01 13:52:34 briggs Exp $      */
+/*     $OpenBSD: grf_mv.c,v 1.12 1997/04/10 20:34:33 briggs Exp $      */
 /*     $NetBSD: grf_mv.c,v 1.17 1997/02/24 06:20:06 scottr Exp $       */
 
 /*
@@ -231,6 +231,9 @@ grfmv_attach(parent, self, aux)
        case NUBUS_DRHW_CB264:
                add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cb264, sc);
                break;
+       case NUBUS_DRHW_SE30:
+               /* Do nothing--SE/30 interrupts are disabled */
+               break;
        case NUBUS_DRHW_MICRON:
                /* What do we know about this one? */
        default:
index 634233b..6ac23f7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nubus.h,v 1.11 1997/04/09 14:30:49 briggs Exp $       */
+/*     $OpenBSD: nubus.h,v 1.12 1997/04/10 20:34:33 briggs Exp $       */
 /*     $NetBSD: nubus.h,v 1.17 1997/02/24 06:20:07 scottr Exp $        */
 
 /*
@@ -54,6 +54,7 @@
 #define   NUBUS_DRSW_APPLE     0x0001
 #define    NUBUS_DRHW_TFB      0x0001  /* Apple Toby Frame Buffer */
 #define    NUBUS_DRHW_WVC      0x0006  /* Apple Workstation Video Card */
+#define    NUBUS_DRHW_SE30     0x0009
 #define    NUBUS_DRHW_M2HRVC   0x0013  /* Apple Mac II High-Res Video Card */
 #define    NUBUS_DRHW_CB264    0x013B  /* RasterOps ColorBoard 264 */
 #define    NUBUS_DRHW_MICRON   0x0146