[kernel] r10494 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386
Maximilian Attems
maks at alioth.debian.org
Sun Feb 10 19:41:26 UTC 2008
Author: maks
Date: Sun Feb 10 19:41:25 2008
New Revision: 10494
Log:
[amd64, i386]: Enable ACPI_CUSTOM_DSDT_INITRD
hack got cleaned up and upstream merged, see
71fc47a9adf8ee89e5c96a47222915c5485ac437 and follow-ups.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/i386/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Sun Feb 10 19:41:25 2008
@@ -31,6 +31,8 @@
* topconfig: Enable HID_FF for some HID devices. (closes: #441348)
* topconfig: Enable IPV6_ROUTER_PREF for multi-homed net. (closes: #449247)
* topconfig: Set UTF8 as default encoding. (closes: #417324)
+ * [amd64, i386]: Enable ACPI_CUSTOM_DSDT_INITRD allowing to override DSDT
+ useful for old broken acpi tables. (closes: #251023)
[ Martin Michlmayr ]
* [arm] Update IXP4xx Ethernet patches.
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Sun Feb 10 19:41:25 2008
@@ -56,6 +56,7 @@
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_ACPI_TOSHIBA=m
+CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Sun Feb 10 19:41:25 2008
@@ -78,6 +78,7 @@
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_ACPI_TOSHIBA=m
+CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
More information about the Kernel-svn-changes
mailing list