PR 7021 from Yoshihisa Sugimoto <sugimoto@sums.shiga-med.ac.jp>:

Clear interrupt properly on the RasterOps 24XLTV.  Same as the 24LX.
This commit is contained in:
briggs 1999-05-30 21:43:19 +00:00
parent 2e63d78d8b
commit f3d8507abd
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_nubus.c,v 1.52 1998/09/20 19:17:38 scottr Exp $ */
/* $NetBSD: grf_nubus.c,v 1.53 1999/05/30 21:43:19 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -306,6 +306,7 @@ bad:
add_nubus_intr(na->slot, grfmv_intr_formac, sc);
break;
case NUBUS_DRHW_ROPS24LXI:
case NUBUS_DRHW_ROPS24XLTV:
sc->cli_offset = 0xfb0010;
sc->cli_value = 0x00;
add_nubus_intr(na->slot, grfmv_intr_generic_write4, sc);

View File

@ -1,4 +1,4 @@
/* $NetBSD: nubus.h,v 1.44 1998/09/27 14:39:12 scottr Exp $ */
/* $NetBSD: nubus.h,v 1.45 1999/05/30 21:43:19 briggs Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@ -70,6 +70,7 @@
#define NUBUS_DRHW_LAPIS 0x0292 /* SE/30 Lapis ProColorServer 8 PDS */
#define NUBUS_DRHW_ROPS24LXI 0x02A0 /* RasterOps 8/24 XLi */
#define NUBUS_DRHW_FUTURASX 0x02AE /* E-Machines Futura-SX */
#define NUBUS_DRHW_ROPS24XLTV 0x02B7 /* E-Machines Futura-SX */
#define NUBUS_DRHW_THUNDER24 0x02CB /* SuperMac Thunder/24 */
#define NUBUS_DRHW_GVIMAGE 0x03FB /* Interware Co., Ltd. Grand Vimage */
#define NUBUS_DRHW_RPC24XP 0x0406 /* Radius PrecisionColor 24Xp */