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 Add the RasterOps 24MxTV; this card op...
details: https://anonhg.NetBSD.org/src/rev/ca24215565f6
branches: trunk
changeset: 483792:ca24215565f6
user: scottr <scottr%NetBSD.org@localhost>
date: Sat Mar 18 20:53:24 2000 +0000
description:
Add the RasterOps 24MxTV; this card operates in the same manner as two
other RasterOps boards we already handle. Information provided by
Greg Kerr.
diffstat:
sys/arch/mac68k/nubus/grf_nubus.c | 3 ++-
sys/arch/mac68k/nubus/nubus.h | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r d6db5acbe179 -r ca24215565f6 sys/arch/mac68k/nubus/grf_nubus.c
--- a/sys/arch/mac68k/nubus/grf_nubus.c Sat Mar 18 20:44:01 2000 +0000
+++ b/sys/arch/mac68k/nubus/grf_nubus.c Sat Mar 18 20:53:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grf_nubus.c,v 1.56 2000/02/14 07:01:49 scottr Exp $ */
+/* $NetBSD: grf_nubus.c,v 1.57 2000/03/18 20:53:24 scottr Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@@ -309,6 +309,7 @@
break;
case NUBUS_DRHW_ROPS24LXI:
case NUBUS_DRHW_ROPS24XLTV:
+ case NUBUS_DRHW_ROPS24MXTV:
sc->cli_offset = 0xfb0010;
sc->cli_value = 0x00;
add_nubus_intr(na->slot, grfmv_intr_generic_write4, sc);
diff -r d6db5acbe179 -r ca24215565f6 sys/arch/mac68k/nubus/nubus.h
--- a/sys/arch/mac68k/nubus/nubus.h Sat Mar 18 20:44:01 2000 +0000
+++ b/sys/arch/mac68k/nubus/nubus.h Sat Mar 18 20:53:24 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nubus.h,v 1.48 1999/06/14 03:11:34 briggs Exp $ */
+/* $NetBSD: nubus.h,v 1.49 2000/03/18 20:53:24 scottr Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@@ -71,8 +71,9 @@
#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_ROPS24XLTV 0x02B7 /* RasterOps 24XlTV */
#define NUBUS_DRHW_THUNDER24 0x02CB /* SuperMac Thunder/24 */
+#define NUBUS_DRHW_ROPS24MXTV 0x03DF /* RasterOps 24MxTV */
#define NUBUS_DRHW_GVIMAGE 0x03FB /* Interware Co., Ltd. Grand Vimage */
#define NUBUS_DRHW_RPC24XP 0x0406 /* Radius PrecisionColor 24Xp */
#define NUBUS_DRHW_RPC24X 0x040A /* Radius PrecisionColor 24X */
Home |
Main Index |
Thread Index |
Old Index