diff --git a/debian/changelog b/debian/changelog index f409fa7c4..3b3f90a05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,8 @@ linux (3.10.3-1) UNRELEASED; urgency=low compression of package (but use gzip, to keep old tools happy). * linux-source: Install kernel config files for linux-image packages in /usr/src/linux-config-$UPSTREAMVERSION directory + * ata: Disable SATA_INIC162X - this driver corrupts data and is not + expected to be fixed (Closes: #714295) -- Arnaud Patard Tue, 16 Jul 2013 08:19:29 +0200 diff --git a/debian/config/armel/config.ixp4xx b/debian/config/armel/config.ixp4xx index 1b9ab00e1..01c1f73b6 100644 --- a/debian/config/armel/config.ixp4xx +++ b/debian/config/armel/config.ixp4xx @@ -83,7 +83,6 @@ CONFIG_SUN_PARTITION=y CONFIG_ATA=m # CONFIG_SATA_PMP is not set # CONFIG_SATA_AHCI is not set -# CONFIG_SATA_INIC162X is not set # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_PDC_ADMA is not set diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood index 7b5a232b5..ea548269a 100644 --- a/debian/config/armel/config.kirkwood +++ b/debian/config/armel/config.kirkwood @@ -129,7 +129,6 @@ CONFIG_SUN_PARTITION=y ## CONFIG_ATA=m CONFIG_SATA_AHCI=m -# CONFIG_SATA_INIC162X is not set # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_PDC_ADMA is not set diff --git a/debian/config/armel/config.mv78xx0 b/debian/config/armel/config.mv78xx0 index a90f48e0e..a932e68da 100644 --- a/debian/config/armel/config.mv78xx0 +++ b/debian/config/armel/config.mv78xx0 @@ -92,7 +92,6 @@ CONFIG_SUN_PARTITION=y ## CONFIG_ATA=m # CONFIG_SATA_AHCI is not set -# CONFIG_SATA_INIC162X is not set # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_PDC_ADMA is not set diff --git a/debian/config/armel/config.orion5x b/debian/config/armel/config.orion5x index c39a35234..54890f2e7 100644 --- a/debian/config/armel/config.orion5x +++ b/debian/config/armel/config.orion5x @@ -105,7 +105,6 @@ CONFIG_SUN_PARTITION=y ## CONFIG_ATA=m # CONFIG_SATA_AHCI is not set -# CONFIG_SATA_INIC162X is not set # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # CONFIG_PDC_ADMA is not set diff --git a/debian/config/armel/config.versatile b/debian/config/armel/config.versatile index 819a7a9ba..65f017729 100644 --- a/debian/config/armel/config.versatile +++ b/debian/config/armel/config.versatile @@ -68,7 +68,6 @@ CONFIG_ARM_THUMB=y ## CONFIG_ATA=m CONFIG_SATA_AHCI=m -# CONFIG_SATA_INIC162X is not set CONFIG_SATA_SIL24=m # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set diff --git a/debian/config/config b/debian/config/config index 7ee418b13..828d852bb 100644 --- a/debian/config/config +++ b/debian/config/config @@ -123,7 +123,8 @@ CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=m # CONFIG_SATA_AHCI_PLATFORM is not set -CONFIG_SATA_INIC162X=m +#. This driver loses data (#714295) +# CONFIG_SATA_INIC162X is not set CONFIG_SATA_ACARD_AHCI=m CONFIG_SATA_SIL24=m CONFIG_ATA_SFF=y diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index eb9321764..acabab977 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -100,7 +100,6 @@ CONFIG_MSDOS_PARTITION=y ## CONFIG_ATA=y CONFIG_SATA_AHCI=y -CONFIG_SATA_INIC162X=m CONFIG_SATA_SIL24=y # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index f9f6eecb4..bfd96fe69 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -103,7 +103,6 @@ CONFIG_MSDOS_PARTITION=y ## CONFIG_ATA=y CONFIG_SATA_AHCI=y -CONFIG_SATA_INIC162X=m CONFIG_SATA_SIL24=y # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set diff --git a/debian/installer/modules/sata-modules b/debian/installer/modules/sata-modules index 119f13fe8..d38206d09 100644 --- a/debian/installer/modules/sata-modules +++ b/debian/installer/modules/sata-modules @@ -17,4 +17,3 @@ sx8 ? sata_sx4 ? sata_mv ? pdc_adma ? -sata_inic162x ?