1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/emulators/virtualbox-ose-legacy/files/extrapatch-src-VBox-Devices-PC-vbox.dsl
Bernhard Froehlich bb7792598c - Add workaround for regression in acpica 20101015 [1]
- Remove old patches not needed for newer VirtualBox versions anymore
- Fix alignment problem in VBoxHeadless on i386 when DEBUG option is enabled [2]
- Bump PORTREVISION

PR:		ports/144959 [2]
Submitted by:	Alexander Eichner [2],
		Anthony Jenkins <ajenkins at vtilt dot com> [2]
Reported by:	Michael Butler <imb at protected-networks dot net> [1],
		DomiX (irc on freenode) [2],
		Monty Hall <kungfu_disciple at sbcglobal dot net> [2],
		many others [2]
2010-11-03 12:42:13 +00:00

22 lines
752 B
Plaintext

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)
{