summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/DevLPC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/DevLPC.cpp')
-rw-r--r--src/VBox/Devices/PC/DevLPC.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/VBox/Devices/PC/DevLPC.cpp b/src/VBox/Devices/PC/DevLPC.cpp
index 8128c92e4..1c2675c36 100644
--- a/src/VBox/Devices/PC/DevLPC.cpp
+++ b/src/VBox/Devices/PC/DevLPC.cpp
@@ -1,7 +1,8 @@
-/* $Id: DevLPC.cpp 29085 2010-05-05 14:03:59Z vboxsync $ */
+/* $Id: DevLPC.cpp 29522 2010-05-17 10:15:48Z vboxsync $ */
/** @file
* DevLPC - LPC device emulation
*/
+
/*
* Copyright (C) 2006-2010 Oracle Corporation
*
@@ -52,7 +53,7 @@
#include <iprt/assert.h>
#include <iprt/string.h>
-#include "../Builtins.h"
+#include "../Builtins2.h"
#define RCBA_BASE 0xFED1C000
@@ -313,11 +314,11 @@ const PDMDEVREG g_DeviceLPC =
/* szName */
"lpc",
/* szRCMod */
- "VBoxDDGC.gc",
+ "VBoxDD2GC.gc",
/* szR0Mod */
- "VBoxDDR0.r0",
+ "VBoxDD2R0.r0",
/* pszDescription */
- " Low Pin Count (LPC) Bus",
+ "Low Pin Count (LPC) Bus",
/* fFlags */
PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_32_64 | PDM_DEVREG_FLAGS_PAE36,
/* fClass */