diff options
Diffstat (limited to 'emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl')
-rw-r--r-- | emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl b/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl new file mode 100644 index 000000000000..0de4a378a79a --- /dev/null +++ b/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl @@ -0,0 +1,21 @@ +Workaround for an regression in acpica 20101015. + +Compile error: +kBuild: iasl DevicesR3 - src/VBox/Devices/PC/vbox.dsl + 736: Name (_CID, "smc-napa") +Error 4001 - String must be entirely alphanumeric ^ +(smc-napa) + +See: http://lists.freebsd.org/pipermail/freebsd-acpi/2010-October/006795.html + +--- src/VBox/Devices/PC/vbox.dsl.orig 2010-10-08 22:10:12.000000000 +0200 ++++ src/VBox/Devices/PC/vbox.dsl 2010-10-27 14:45:38.000000000 +0200 +@@ -733,7 +733,7 @@ + Device (SMC) + { + Name (_HID, EisaId ("APP0001")) +- Name (_CID, "smc-napa") ++ Name (_CID, "smcnapa") + + Method (_STA, 0, NotSerialized) + { |