diff --git a/debian/changelog b/debian/changelog index 732a5f853..cd0243f6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,8 @@ linux-2.6 (2.6.32-13) UNRELEASED; urgency=low * raid6: fix recovery performance regression. * [SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O errors. + * hppa, sparc, powerpc disable BLK_DEV_CMD64X. + * topconfig enable PATA_CMD64X. (closes: #580799) -- Frederik Schüler Wed, 05 May 2010 17:54:01 +0200 diff --git a/debian/config/config b/debian/config/config index 139e0d6a8..0120e2bd4 100644 --- a/debian/config/config +++ b/debian/config/config @@ -114,7 +114,7 @@ CONFIG_PATA_ARTOP=m CONFIG_PATA_ATP867X=m # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_CMD640_PCI is not set -# CONFIG_PATA_CMD64X is not set +CONFIG_PATA_CMD64X=m # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CYPRESS is not set diff --git a/debian/config/hppa/config b/debian/config/hppa/config index 4583b4f8e..72fe4f7ff 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -106,7 +106,7 @@ CONFIG_IDE_GENERIC=m # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set -CONFIG_BLK_DEV_CMD64X=m +# CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index 59afedfcb..50c295c45 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -278,7 +278,7 @@ CONFIG_BLK_DEV_GENERIC=m CONFIG_BLK_DEV_AEC62XX=m # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set -CONFIG_BLK_DEV_CMD64X=m +# CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set diff --git a/debian/config/sparc/config b/debian/config/sparc/config index 3bedd07cf..451971fb1 100644 --- a/debian/config/sparc/config +++ b/debian/config/sparc/config @@ -150,7 +150,7 @@ CONFIG_BLK_DEV_GENERIC=m # CONFIG_BLK_DEV_AEC62XX is not set CONFIG_BLK_DEV_ALI15X3=m # CONFIG_BLK_DEV_AMD74XX is not set -CONFIG_BLK_DEV_CMD64X=m +# CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set CONFIG_BLK_DEV_CY82C693=m CONFIG_BLK_DEV_CS5520=m