From 38fec9d51797948cccce7c0301ab082ad3085446 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 23 Dec 2010 13:24:56 +0100 Subject: [PATCH] iasl: updated to 20101209 --- iasl/.md5sum | 2 +- iasl/Pkgfile | 2 +- virtualbox/iasl-length-calculation-fix.patch | 22 -------------------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 virtualbox/iasl-length-calculation-fix.patch diff --git a/iasl/.md5sum b/iasl/.md5sum index f34793d1a..6ddbb8df8 100644 --- a/iasl/.md5sum +++ b/iasl/.md5sum @@ -1 +1 @@ -9bed41223562c3d8f84b69d28df945ed acpica-unix-20101013.tar.gz +b6995d38695145b5ebce785471f1fa54 acpica-unix-20101209.tar.gz diff --git a/iasl/Pkgfile b/iasl/Pkgfile index 393946354..73f74641c 100644 --- a/iasl/Pkgfile +++ b/iasl/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=iasl -version=20101013 +version=20101209 release=1 source=(http://www.acpica.org/download/acpica-unix-$version.tar.gz) diff --git a/virtualbox/iasl-length-calculation-fix.patch b/virtualbox/iasl-length-calculation-fix.patch deleted file mode 100644 index 8e1d86f11..000000000 --- a/virtualbox/iasl-length-calculation-fix.patch +++ /dev/null @@ -1,22 +0,0 @@ -# http://www.mail-archive.com/freebsd-emulation@freebsd.org/msg00197.html - ---- VirtualBox-3.1.8_OSE/src/VBox/Devices/PC/vbox.dsl -+++ VirtualBox-3.1.8_OSE/src/VBox/Devices/PC/vbox.dsl -@@ -1064,7 +1064,7 @@ - // (all of low memory space) - ResourceProducer, // bit 0 of general flags is 0 - PosDecode, // positive Decode -- MinFixed, // Range is fixed -+ MinNotFixed, // Range is not fixed - MaxFixed, // Range is fixed - Cacheable, - ReadWrite, -@@ -1073,7 +1073,7 @@ - - 0xffdfffff, // Max = 4GB - 2MB - 0x00000000, // Translation -- 0xdfdfffff, // Range Length (calculated -+ 0x00000000, // Range Length (calculated - // dynamically) - , // Optional field left blank - , // Optional field left blank