Module Name:    src
Committed By:   jdc
Date:           Mon May  9 08:44:22 UTC 2011

Modified Files:
        src/sys/arch/sparc64/dev: ffbreg.h

Log Message:
Correc the "enable pedestal" register definition.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/dev/ffbreg.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/sparc64/dev/ffbreg.h
diff -u src/sys/arch/sparc64/dev/ffbreg.h:1.7 src/sys/arch/sparc64/dev/ffbreg.h:1.8
--- src/sys/arch/sparc64/dev/ffbreg.h:1.7	Sat Apr  9 19:31:15 2011
+++ src/sys/arch/sparc64/dev/ffbreg.h	Mon May  9 08:44:22 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: ffbreg.h,v 1.7 2011/04/09 19:31:15 jdc Exp $	*/
+/*	$NetBSD: ffbreg.h,v 1.8 2011/05/09 08:44:22 jdc Exp $	*/
 /*	$OpenBSD: creatorreg.h,v 1.5 2002/07/29 06:21:45 jason Exp $	*/
 
 /*
@@ -102,7 +102,7 @@
 
 /* 0x5001 DAC control */
 #define	FFB_DAC_DAC_CTRL_SYNC_G		0x0020	/* enable sync on green */
-#define FFB_DAC_DAC_CTRL_PED_ENABLE	0x0030	/* enable pedestal */
+#define FFB_DAC_DAC_CTRL_PED_ENABLE	0x0040	/* enable pedestal */
 #define FFB_DAC_DAC_CTRL_VSYNC_REV	0x0080	/* reverse vsync (BT497A) */
 #define FFB_DAC_DAC_CTRL_POS_SYNC	0x0100	/* enable pos. sync (BT497A) */
 

Reply via email to