[SeaBIOS] [PATCH 20/20] q35: fix default vga address

Gerd Hoffmann kraxel at redhat.com
Tue Nov 27 10:21:11 CET 2012


Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/q35-acpi-dsdt.dsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl
index e9a9711..b339e57 100644
--- a/src/q35-acpi-dsdt.dsl
+++ b/src/q35-acpi-dsdt.dsl
@@ -263,7 +263,7 @@ DefinitionBlock (
 
     Scope(\_SB.PCI0) {
         Device (VGA) {
-                 Name (_ADR, 0x00020000)
+                 Name (_ADR, 0x00010000)
                  Method (_S1D, 0, NotSerialized)
                  {
                          Return (0x00)
-- 
1.7.1




More information about the SeaBIOS mailing list