Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/dev Correc the "enable pedestal" register d...



details:   https://anonhg.NetBSD.org/src/rev/5b2bbcbf9e64
branches:  trunk
changeset: 764849:5b2bbcbf9e64
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon May 09 08:44:22 2011 +0000

description:
Correc the "enable pedestal" register definition.

diffstat:

 sys/arch/sparc64/dev/ffbreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6ee72469a089 -r 5b2bbcbf9e64 sys/arch/sparc64/dev/ffbreg.h
--- a/sys/arch/sparc64/dev/ffbreg.h     Mon May 09 07:31:50 2011 +0000
+++ b/sys/arch/sparc64/dev/ffbreg.h     Mon May 09 08:44:22 2011 +0000
@@ -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) */
 



Home | Main Index | Thread Index | Old Index