Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to the

proper interrupt routine.
This commit is contained in:
briggs 1997-04-01 13:31:38 +00:00
parent 71bf5ccd79
commit ca0531b7f4
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_mv.c,v 1.18 1997/04/01 05:42:00 briggs Exp $ */
/* $NetBSD: grf_mv.c,v 1.19 1997/04/01 13:31:38 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -228,6 +228,9 @@ grfmv_attach(parent, self, aux)
case NUBUS_DRHW_SAM768:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cti, sc);
break;
case NUBUS_DRHW_CB264:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cb264, sc);
break;
case NUBUS_DRHW_MICRON:
/* What do we know about this one? */
default:

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.h,v 1.18 1997/03/30 19:51:57 briggs Exp $ */
/* $NetBSD: nubus.h,v 1.19 1997/04/01 13:31:39 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -54,6 +54,7 @@
#define NUBUS_DRHW_TFB 0x0001
#define NUBUS_DRHW_WVC 0x0006
#define NUBUS_DRHW_M2HRVC 0x0013
#define NUBUS_DRHW_CB264 0x013B
#define NUBUS_DRHW_MICRON 0x0146
/* False DrHW values for video cards masquerading as other cards */

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_nubus.c,v 1.18 1997/04/01 05:42:00 briggs Exp $ */
/* $NetBSD: grf_nubus.c,v 1.19 1997/04/01 13:31:38 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -228,6 +228,9 @@ grfmv_attach(parent, self, aux)
case NUBUS_DRHW_SAM768:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cti, sc);
break;
case NUBUS_DRHW_CB264:
add_nubus_intr(sc->sc_slot.slot, grfmv_intr_cb264, sc);
break;
case NUBUS_DRHW_MICRON:
/* What do we know about this one? */
default:

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.h,v 1.18 1997/03/30 19:51:57 briggs Exp $ */
/* $NetBSD: nubus.h,v 1.19 1997/04/01 13:31:39 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -54,6 +54,7 @@
#define NUBUS_DRHW_TFB 0x0001
#define NUBUS_DRHW_WVC 0x0006
#define NUBUS_DRHW_M2HRVC 0x0013
#define NUBUS_DRHW_CB264 0x013B
#define NUBUS_DRHW_MICRON 0x0146
/* False DrHW values for video cards masquerading as other cards */