Index: /trunk/src/VBox/Devices/PC/DevLPC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevLPC.cpp	(revision 35285)
+++ /trunk/src/VBox/Devices/PC/DevLPC.cpp	(revision 35286)
@@ -263,5 +263,5 @@
 
     /* 44h       ACPI_CNTL    ACPI Control */
-    pThis->dev.config[0x40] = 0x00 | (1<<7); /* SCI is IRQ9, ACPI enabled */
+    pThis->dev.config[0x44] = 0x00 | (1<<7); /* SCI is IRQ9, ACPI enabled */
     /* 48h–4Bh   GPIOBASE     GPIO Base Address */
 
@@ -281,5 +281,5 @@
     pThis->dev.config[0x64] = 0x10;
 
-    /*68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control  */
+    /* 68h-6Bh PIRQ[n]_ROUT PIRQ[E-H] Routing Control  */
     pThis->dev.config[0x68] = 0x80;
     pThis->dev.config[0x69] = 0x80;
