[kernel] r11042 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Fri Apr 4 14:23:00 UTC 2008


Author: maks
Date: Fri Apr  4 14:11:52 2008
New Revision: 11042

Log:
x86: set IO_DELAY_0X80

it is the default and recommended!
yupie now all variables set on amd64 for 2.6.25.


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	Fri Apr  4 14:11:52 2008
@@ -20,7 +20,7 @@
     PARAVIRT_GUEST, PARAVIRT, VIRTIO_PCI, VIRTIO_BALLOON, SPARSEMEM_VMEMMAP.
   * [amd64, i386]: Enable LEDS_CLEVO_MAIL, INPUT_APANEL, ACER_WMI,
     THINKPAD_ACPI_HOTKEY_POLL, HP_WATCHDOG, THINKPAD_ACPI_VIDEO,
-    VIRTION_CONSOLE, ACPI_WMI.
+    VIRTION_CONSOLE, ACPI_WMI, IO_DELAY_0X80.
   * topconfig disable PARPORT_PC_FIFO due to instabilities.
     (closes: #366165, #388309, #406056, #407816, #453911)
   * [amd64, i386]: Enable SONYPI_COMPAT for better sony laptop support.

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	Fri Apr  4 14:11:52 2008
@@ -60,6 +60,7 @@
 # CONFIG_DEBUG_RODATA is not set
 # CONFIG_DEBUG_NX_TEST is not set
 # CONFIG_IOMMU_DEBUG is not set
+CONFIG_IO_DELAY_0X80=y
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG 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	Fri Apr  4 14:11:52 2008
@@ -108,6 +108,7 @@
 # CONFIG_DEBUG_NX_TEST is not set
 # CONFIG_4KSTACKS is not set
 CONFIG_DOUBLEFAULT=y
+CONFIG_IO_DELAY_0X80=y
 # CONFIG_DEBUG_BOOT_PARAMS is not set
 # CONFIG_CPA_DEBUG is not set
 



More information about the Kernel-svn-changes mailing list