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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

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;

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to