Module Name:    src
Committed By:   macallan
Date:           Wed Jan 11 21:23:07 UTC 2012

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

Log Message:
add some register definitions


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/arch/sgimips/gio/newportreg.h:1.6
--- src/sys/arch/sgimips/gio/newportreg.h:1.5	Sun Feb 20 07:59:50 2011
+++ src/sys/arch/sgimips/gio/newportreg.h	Wed Jan 11 21:23:07 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: newportreg.h,v 1.5 2011/02/20 07:59:50 matt Exp $	*/
+/*	$NetBSD: newportreg.h,v 1.6 2012/01/11 21:23:07 macallan Exp $	*/
 
 /*
  * Copyright (c) 2003 Ilpo Ruotsalainen
@@ -194,6 +194,7 @@
 
 #define REX3_REG_STATUS			0x1338
 #define  REX3_STATUS_GFXBUSY		0x00000008
+#define  REX3_STATUS_PIPELEVEL_MASK	0x00001f80
 
 /* VC2 */
 
@@ -261,6 +262,7 @@
 #define XMAP9_DCBCRS_MODE_SETUP		5
 #define  XMAP9_MODE_GAMMA_BYPASS	0x000004
 #define  XMAP9_MODE_PIXSIZE_8BPP	0x000400
+#define  XMAP9_MODE_PIXSIZE_24BPP	0x000c00
 #define XMAP9_DCBCRS_MODE_SELECT	7
 
 /* DCB addresses */

Reply via email to