Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix bit flip in PM2_DAC_COLOR_MODE register



details:   https://anonhg.NetBSD.org/src/rev/0f9dd7992d16
branches:  trunk
changeset: 805039:0f9dd7992d16
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Dec 14 13:58:41 2014 +0000

description:
fix bit flip in PM2_DAC_COLOR_MODE register
from Naruaki Etomi

diffstat:

 sys/dev/pci/pm2reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b475de6f6ba8 -r 0f9dd7992d16 sys/dev/pci/pm2reg.h
--- a/sys/dev/pci/pm2reg.h      Sun Dec 14 12:31:39 2014 +0000
+++ b/sys/dev/pci/pm2reg.h      Sun Dec 14 13:58:41 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pm2reg.h,v 1.8 2012/09/12 12:07:04 macallan Exp $      */
+/*     $NetBSD: pm2reg.h,v 1.9 2014/12/14 13:58:41 macallan Exp $      */
 
 /*
  * Copyright (c) 2009 Michael Lorenz
@@ -146,7 +146,7 @@
 #define                CM_RGB565       0x06
 #define                CM_RGBA8888     0x08
 #define                CM_RGB888       0x09
-#define                CM_GUI_DISABLE  0x10
+#define                CM_GUI_ENABLE   0x10
 #define                CM_RGB          0x20    /* BGR otherwise */
 #define                CM_TRUECOLOR    0x80    /* use palette for gamma correction */
 



Home | Main Index | Thread Index | Old Index