[SeaBIOS] [PATCH 7/8] Add defines for VP_MSR_PADSEL

Christian Gmeiner christian.gmeiner at gmail.com
Mon Oct 1 14:02:48 CEST 2012


Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
---
 vgasrc/geodevga.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vgasrc/geodevga.h b/vgasrc/geodevga.h
index c6b064c..5993b23 100644
--- a/vgasrc/geodevga.h
+++ b/vgasrc/geodevga.h
@@ -32,6 +32,10 @@
 #define DC_SPARE                        0x80000011
 #define VP_MSR_CONFIG_GX2               0xc0002001  /* GX2 */
 #define VP_MSR_CONFIG_LX                0x48002001  /* LX */
+#define VP_MSR_PADSEL                   0x48002011
+
+#define VP_MSR_PADSEL_TFT_SEL_LOW       0xDFFFFFFF
+#define VP_MSR_PADSEL_TFT_SEL_HIGH      0x0000003F
 
 /* VP_MSR_CONFIG bits */
 #define VP_MSR_CONFIG_FMT_CRT           (0)
-- 
1.7.12.2.421.g261b511




More information about the SeaBIOS mailing list