Interrupt handling for the MicroConversions 2124NB II, from Paul Goyette.

This commit is contained in:
scottr 1998-09-18 06:08:28 +00:00
parent 6857706407
commit 45c0de8e37
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_nubus.c,v 1.50 1998/08/17 15:04:51 briggs Exp $ */
/* $NetBSD: grf_nubus.c,v 1.51 1998/09/18 06:08:28 scottr Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -316,6 +316,11 @@ bad:
case NUBUS_DRHW_GVIMAGE:
add_nubus_intr(na->slot, grfmv_intr_gvimage, sc);
break;
case NUBUS_DRHW_2124NB:
sc->cli_offset = 0xfd1000;
sc->cli_value = 0x00;
add_nubus_intr(na->slot, grfmv_intr_generic_write4, sc);
break;
case NUBUS_DRHW_MICRON:
/* What do we know about this one? */
default: