[coreboot] [commit] r5583 - in trunk/src/northbridge/via: cx700 vt8623 vx800

repository service svn at coreboot.org
Mon May 24 17:51:16 CEST 2010


Author: stepan
Date: Mon May 24 17:51:15 2010
New Revision: 5583
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5583

Log:
Fix VGA after switching to realmode_interrupt()

Signed-off-by: Michael Marineau <mike at marineau.org>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/northbridge/via/cx700/cx700_vga.c
   trunk/src/northbridge/via/vt8623/vga.c
   trunk/src/northbridge/via/vx800/vga.c

Modified: trunk/src/northbridge/via/cx700/cx700_vga.c
==============================================================================
--- trunk/src/northbridge/via/cx700/cx700_vga.c	Sun May 23 13:08:37 2010	(r5582)
+++ trunk/src/northbridge/via/cx700/cx700_vga.c	Mon May 24 17:51:15 2010	(r5583)
@@ -152,7 +152,7 @@
 	 */
 
 	/*                 int#,    EAX,    EBX,    ECX,    EDX,    ESI,    EDI */
-	realmode_interrupt(0x10, 0x4f1f, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
+	realmode_interrupt(0x10, 0x4f14, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
 }
 
 static void vga_init(device_t dev)

Modified: trunk/src/northbridge/via/vt8623/vga.c
==============================================================================
--- trunk/src/northbridge/via/vt8623/vga.c	Sun May 23 13:08:37 2010	(r5582)
+++ trunk/src/northbridge/via/vt8623/vga.c	Mon May 24 17:51:15 2010	(r5583)
@@ -106,7 +106,7 @@
 	 */
 
 	/*                 int#,    EAX,    EBX,    ECX,    EDX,    ESI,    EDI */
-	realmode_interrupt(0x10, 0x4f1f, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
+	realmode_interrupt(0x10, 0x4f14, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
 }
 
 static void vga_init(device_t dev)

Modified: trunk/src/northbridge/via/vx800/vga.c
==============================================================================
--- trunk/src/northbridge/via/vx800/vga.c	Sun May 23 13:08:37 2010	(r5582)
+++ trunk/src/northbridge/via/vx800/vga.c	Mon May 24 17:51:15 2010	(r5583)
@@ -152,7 +152,7 @@
 	 */
 
 	/*                 int#,    EAX,    EBX,    ECX,    EDX,    ESI,    EDI */
-	realmode_interrupt(0x10, 0x4f1f, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
+	realmode_interrupt(0x10, 0x4f14, 0x8003, 0x0001, 0x0000, 0x0000, 0x0000);
 }
 
 extern u8 acpi_sleep_type;




More information about the coreboot mailing list