Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/gio move the CIDMATCH bits where they belon...
details: https://anonhg.NetBSD.org/src/rev/e90350300584
branches: trunk
changeset: 998992:e90350300584
user: macallan <macallan%NetBSD.org@localhost>
date: Fri May 10 22:54:51 2019 +0000
description:
move the CIDMATCH bits where they belong, now FASTCLEAR mode can actually work
diffstat:
sys/arch/sgimips/gio/newportreg.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 843e890f413b -r e90350300584 sys/arch/sgimips/gio/newportreg.h
--- a/sys/arch/sgimips/gio/newportreg.h Fri May 10 21:08:26 2019 +0000
+++ b/sys/arch/sgimips/gio/newportreg.h Fri May 10 22:54:51 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: newportreg.h,v 1.7 2019/05/04 00:45:18 macallan Exp $ */
+/* $NetBSD: newportreg.h,v 1.8 2019/05/10 22:54:51 macallan Exp $ */
/*
* Copyright (c) 2003 Ilpo Ruotsalainen
@@ -198,10 +198,10 @@
#define REX3_CLIPMODE_SMASK2 0x0004
#define REX3_CLIPMODE_SMASK3 0x0008
#define REX3_CLIPMODE_SMASK4 0x0010
-#define REX3_CLIPMODE_CIDMATCH0 0x0100
-#define REX3_CLIPMODE_CIDMATCH1 0x0200
-#define REX3_CLIPMODE_CIDMATCH2 0x0400
-#define REX3_CLIPMODE_CIDMATCH3 0x0800
+#define REX3_CLIPMODE_CIDMATCH0 0x0200
+#define REX3_CLIPMODE_CIDMATCH1 0x0400
+#define REX3_CLIPMODE_CIDMATCH2 0x0800
+#define REX3_CLIPMODE_CIDMATCH3 0x1000
#define REX3_REG_STATUS 0x1338
Home |
Main Index |
Thread Index |
Old Index