[kernel] r9330 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386 config/ia64
Maximilian Attems
maks at alioth.debian.org
Sun Aug 19 00:57:07 UTC 2007
Author: maks
Date: Sun Aug 19 00:57:07 2007
New Revision: 9330
Log:
enable DMIID modalias sysfs exports.
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
dists/trunk/linux-2.6/debian/config/ia64/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 Aug 19 00:57:07 2007
@@ -17,8 +17,9 @@
* [i386] Enable lguest.
* [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, THINKPAD_ACPI_INPUT_ENABLED.
* linux-image bugscript add cmdline.
+ * [amd64, i386, ia64]: Enable DMIID.
- -- maximilian attems <maks at debian.org> Sun, 19 Aug 2007 02:41:14 +0200
+ -- maximilian attems <maks at debian.org> Sun, 19 Aug 2007 02:53:33 +0200
linux-2.6 (2.6.22-2) UNRELEASED; urgency=low
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 Aug 19 00:57:07 2007
@@ -8,6 +8,7 @@
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_DMI=y
+CONFIG_DMIID=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_KALLSYMS_ALL is not set
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 Aug 19 00:57:07 2007
@@ -6,6 +6,7 @@
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_DMI=y
+CONFIG_DMIID=y
# CONFIG_IKCONFIG is not set
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config (original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config Sun Aug 19 00:57:07 2007
@@ -1,4 +1,5 @@
CONFIG_DMI=y
+CONFIG_DMIID=y
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
CONFIG_NET_TULIP=y
More information about the Kernel-svn-changes
mailing list