Module Name:    src
Committed By:   macallan
Date:           Fri May 10 22:54:51 UTC 2019

Modified Files:
        src/sys/arch/sgimips/gio: newportreg.h

Log Message:
move the CIDMATCH bits where they belong, now FASTCLEAR mode can actually work


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sgimips/gio/newportreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sgimips/gio/newportreg.h
diff -u src/sys/arch/sgimips/gio/newportreg.h:1.7 src/sys/arch/sgimips/gio/newportreg.h:1.8
--- src/sys/arch/sgimips/gio/newportreg.h:1.7	Sat May  4 00:45:18 2019
+++ src/sys/arch/sgimips/gio/newportreg.h	Fri May 10 22:54:51 2019
@@ -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

Reply via email to