Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/nubus PR 7021 from Yoshihisa Sugimoto <sugim...
details: https://anonhg.NetBSD.org/src/rev/09363f28a238
branches: trunk
changeset: 473359:09363f28a238
user: briggs <briggs%NetBSD.org@localhost>
date: Sun May 30 21:43:19 1999 +0000
description:
PR 7021 from Yoshihisa Sugimoto <sugimoto%sums.shiga-med.ac.jp@localhost>:
Clear interrupt properly on the RasterOps 24XLTV. Same as the 24LX.
diffstat:
sys/arch/mac68k/nubus/grf_nubus.c | 3 ++-
sys/arch/mac68k/nubus/nubus.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 1801d76cd588 -r 09363f28a238 sys/arch/mac68k/nubus/grf_nubus.c
--- a/sys/arch/mac68k/nubus/grf_nubus.c Sun May 30 21:21:36 1999 +0000
+++ b/sys/arch/mac68k/nubus/grf_nubus.c Sun May 30 21:43:19 1999 +0000
@@ -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 @@
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);
diff -r 1801d76cd588 -r 09363f28a238 sys/arch/mac68k/nubus/nubus.h
--- a/sys/arch/mac68k/nubus/nubus.h Sun May 30 21:21:36 1999 +0000
+++ b/sys/arch/mac68k/nubus/nubus.h Sun May 30 21:43:19 1999 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index