diff --git a/debian/changelog b/debian/changelog index d76e82e59..a42b2ee3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ linux-2.6 (2.6.24-1~experimental.2) UNRELEASED; urgency=low VIDEO_EM28XX_ALSA, CRYPTO_DEV_HIFN_795X_RNG, PCF8575, TPS65010. * [amd64] Enable CRYPTO_SALSA20_X86_64. * [amd64, i386]: Enable LATENCYTOP. + * topconfig disable PARPORT_PC_FIFO due to instabilities. + (closes: #366165, #388309, #407816, #453911) - -- maximilian attems Mon, 28 Jan 2008 15:51:59 +0100 + -- maximilian attems Tue, 29 Jan 2008 19:31:32 +0100 linux-2.6 (2.6.24-2) UNRELEASED; urgency=low diff --git a/debian/config/config b/debian/config/config index 61bc8748c..141ea51b4 100644 --- a/debian/config/config +++ b/debian/config/config @@ -608,7 +608,7 @@ CONFIG_MTD_UBI_GLUEBI=n CONFIG_PARPORT=m CONFIG_PARPORT_PC=m CONFIG_PARPORT_SERIAL=m -CONFIG_PARPORT_PC_FIFO=y +# CONFIG_PARPORT_PC_FIFO is not set # CONFIG_PARPORT_PC_SUPERIO is not set CONFIG_PARPORT_PC_PCMCIA=m # CONFIG_PARPORT_GSC is not set diff --git a/debian/config/mips/config.4kc-malta b/debian/config/mips/config.4kc-malta index 6de530cc4..eecd3179d 100644 --- a/debian/config/mips/config.4kc-malta +++ b/debian/config/mips/config.4kc-malta @@ -800,18 +800,7 @@ CONFIG_MTD_ONENAND=m CONFIG_MTD_ONENAND_VERIFY_WRITE=y # CONFIG_MTD_ONENAND_OTP is not set -# -# Parallel port support -# -CONFIG_PARPORT=m -CONFIG_PARPORT_PC=m -CONFIG_PARPORT_SERIAL=m -CONFIG_PARPORT_PC_FIFO=y -# CONFIG_PARPORT_PC_SUPERIO is not set -# CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_AX88796 is not set -CONFIG_PARPORT_1284=y -CONFIG_PARPORT_NOT_PC=y # # Plug and Play support diff --git a/debian/config/mips/config.5kc-malta b/debian/config/mips/config.5kc-malta index 57e430973..66428b7f4 100644 --- a/debian/config/mips/config.5kc-malta +++ b/debian/config/mips/config.5kc-malta @@ -870,18 +870,7 @@ CONFIG_MTD_UBI_BEB_RESERVE=1 # # CONFIG_MTD_UBI_DEBUG is not set -# -# Parallel port support -# -CONFIG_PARPORT=m -CONFIG_PARPORT_PC=m -CONFIG_PARPORT_SERIAL=m -CONFIG_PARPORT_PC_FIFO=y -# CONFIG_PARPORT_PC_SUPERIO is not set -# CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_AX88796 is not set -CONFIG_PARPORT_1284=y -CONFIG_PARPORT_NOT_PC=y # # Plug and Play support diff --git a/debian/config/mipsel/config.4kc-malta b/debian/config/mipsel/config.4kc-malta index 2c06f1189..2952dc566 100644 --- a/debian/config/mipsel/config.4kc-malta +++ b/debian/config/mipsel/config.4kc-malta @@ -800,18 +800,7 @@ CONFIG_MTD_ONENAND=m CONFIG_MTD_ONENAND_VERIFY_WRITE=y # CONFIG_MTD_ONENAND_OTP is not set -# -# Parallel port support -# -CONFIG_PARPORT=m -CONFIG_PARPORT_PC=m -CONFIG_PARPORT_SERIAL=m -CONFIG_PARPORT_PC_FIFO=y -# CONFIG_PARPORT_PC_SUPERIO is not set -# CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_AX88796 is not set -CONFIG_PARPORT_1284=y -CONFIG_PARPORT_NOT_PC=y # # Plug and Play support diff --git a/debian/config/mipsel/config.5kc-malta b/debian/config/mipsel/config.5kc-malta index 240cc6361..43c4c8dfa 100644 --- a/debian/config/mipsel/config.5kc-malta +++ b/debian/config/mipsel/config.5kc-malta @@ -870,18 +870,7 @@ CONFIG_MTD_UBI_BEB_RESERVE=1 # # CONFIG_MTD_UBI_DEBUG is not set -# -# Parallel port support -# -CONFIG_PARPORT=m -CONFIG_PARPORT_PC=m -CONFIG_PARPORT_SERIAL=m -CONFIG_PARPORT_PC_FIFO=y -# CONFIG_PARPORT_PC_SUPERIO is not set -# CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_AX88796 is not set -CONFIG_PARPORT_1284=y -CONFIG_PARPORT_NOT_PC=y # # Plug and Play support diff --git a/debian/config/sparc/config.sparc64 b/debian/config/sparc/config.sparc64 index 3b6d14ebd..37b3fb370 100644 --- a/debian/config/sparc/config.sparc64 +++ b/debian/config/sparc/config.sparc64 @@ -31,7 +31,6 @@ CONFIG_DISPLAY7SEG=m CONFIG_USB_UHCI_HCD=m # CONFIG_SCSI_IPR_TRACE is not set # CONFIG_DE4X5 is not set -# CONFIG_PARPORT_PC_SUPERIO is not set CONFIG_SND_EMU10K1=m # CONFIG_VIDEO_STRADIS is not set # CONFIG_FLATMEM_MANUAL is not set @@ -91,7 +90,6 @@ CONFIG_BLK_DEV_VIA82CXXX=m # USB Miscellaneous drivers # CONFIG_SENSORS_ADM1031 is not set CONFIG_BLK_DEV_CS5530=m -# CONFIG_PARPORT_PC_FIFO is not set # CONFIG_SENSORS_PCF8574 is not set CONFIG_SND_ENS1371=m # CONFIG_SCSI_IPR_DUMP is not set @@ -249,7 +247,6 @@ CONFIG_NET_VENDOR_3COM=y # CONFIG_USB_OTG is not set CONFIG_USB_DEVICEFS=y # CONFIG_I2C_AMD8111 is not set -CONFIG_PARPORT_PC=m # CONFIG_BLK_DEV_HPT366 is not set # USB DSL modem support CONFIG_BLK_DEV_PDC202XX_OLD=m diff --git a/debian/config/sparc/config.sparc64-smp b/debian/config/sparc/config.sparc64-smp index 062cfbd4a..fc95a047c 100644 --- a/debian/config/sparc/config.sparc64-smp +++ b/debian/config/sparc/config.sparc64-smp @@ -31,7 +31,6 @@ CONFIG_DISPLAY7SEG=m CONFIG_USB_UHCI_HCD=m # CONFIG_SCSI_IPR_TRACE is not set # CONFIG_DE4X5 is not set -# CONFIG_PARPORT_PC_SUPERIO is not set CONFIG_SND_EMU10K1=m # CONFIG_VIDEO_STRADIS is not set # CONFIG_FLATMEM_MANUAL is not set @@ -91,7 +90,6 @@ CONFIG_BLK_DEV_VIA82CXXX=m # USB Miscellaneous drivers # CONFIG_SENSORS_ADM1031 is not set CONFIG_BLK_DEV_CS5530=m -# CONFIG_PARPORT_PC_FIFO is not set # CONFIG_SENSORS_PCF8574 is not set CONFIG_SND_ENS1371=m # CONFIG_SCSI_IPR_DUMP is not set @@ -250,7 +248,6 @@ CONFIG_NET_VENDOR_3COM=y # CONFIG_USB_OTG is not set CONFIG_USB_DEVICEFS=y # CONFIG_I2C_AMD8111 is not set -CONFIG_PARPORT_PC=m # CONFIG_BLK_DEV_HPT366 is not set # USB DSL modem support CONFIG_BLK_DEV_PDC202XX_OLD=m