Index: /trunk/src/VBox/Devices/PC/vbox.dsl
===================================================================
--- /trunk/src/VBox/Devices/PC/vbox.dsl	(revision 60614)
+++ /trunk/src/VBox/Devices/PC/vbox.dsl	(revision 60615)
@@ -79,5 +79,5 @@
     // S2BF(Str) - Convert a string object into a buffer object.
     //
-    Method(S2BF, 1)
+    Method(S2BF, 1, Serialized)
     {
         //
@@ -237,5 +237,5 @@
 
         // Does OS provide the _OSI method?
-        If (CondRefOf(_OSI, Local1))
+        If (CondRefOf(_OSI))
         {
             DBG("_OSI exists\n")
@@ -295,5 +295,5 @@
 
         // Does OS provide the _REV method?
-        If (CondRefOf(_REV, Local2))
+        If (CondRefOf(_REV))
         {
             DBG("_REV: ")
