Module Name:    src
Committed By:   macallan
Date:           Sun Dec 14 13:58:41 UTC 2014

Modified Files:
        src/sys/dev/pci: pm2reg.h

Log Message:
fix bit flip in PM2_DAC_COLOR_MODE register
from Naruaki Etomi


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/pm2reg.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/dev/pci/pm2reg.h
diff -u src/sys/dev/pci/pm2reg.h:1.8 src/sys/dev/pci/pm2reg.h:1.9
--- src/sys/dev/pci/pm2reg.h:1.8	Wed Sep 12 12:07:04 2012
+++ src/sys/dev/pci/pm2reg.h	Sun Dec 14 13:58:41 2014
@@ -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 */
 

Reply via email to