aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJurij Smakov <jurij@wooyd.org>2005-11-12 06:22:45 +0000
committerJurij Smakov <jurij@wooyd.org>2005-11-12 06:22:45 +0000
commit4b0e489d03b7437133d3701dfc6c5bef2735aa65 (patch)
tree661c589a93646ecf60abddccc2f2c894b1152faf
parent6fc50be9b3bd44f2171dba390e5b0670b8df22e6 (diff)
downloadkernel_replicant_linux-4b0e489d03b7437133d3701dfc6c5bef2735aa65.tar.gz
kernel_replicant_linux-4b0e489d03b7437133d3701dfc6c5bef2735aa65.tar.bz2
kernel_replicant_linux-4b0e489d03b7437133d3701dfc6c5bef2735aa65.zip
Disable CONFIG_PARPORT_PC_FIFO on sparc as
it causes the machine to hang when sending stuff to the parallel port. svn path=/dists/trunk/linux-2.6/; revision=4790
-rw-r--r--debian/arch/sparc/config1
-rw-r--r--debian/arch/sparc/config.sparc641
-rw-r--r--debian/arch/sparc/config.sparc64-smp1
-rw-r--r--debian/changelog3
4 files changed, 4 insertions, 2 deletions
diff --git a/debian/arch/sparc/config b/debian/arch/sparc/config
index 127d037b0c1e..b14d645cbd55 100644
--- a/debian/arch/sparc/config
+++ b/debian/arch/sparc/config
@@ -467,3 +467,4 @@ CONFIG_I2C_ISA=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_MGA=m
CONFIG_SND_ALI5451=m
+# CONFIG_PARPORT_PC_FIFO is not set
diff --git a/debian/arch/sparc/config.sparc64 b/debian/arch/sparc/config.sparc64
index a9ed6835fb3b..8901e8d05458 100644
--- a/debian/arch/sparc/config.sparc64
+++ b/debian/arch/sparc/config.sparc64
@@ -20,7 +20,6 @@ CONFIG_BINFMT_ELF32=y
# CONFIG_BINFMT_AOUT32 is not set
CONFIG_SOLARIS_EMUL=m
CONFIG_PARPORT_PC=m
-CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_ENVCTRL=m
CONFIG_DISPLAY7SEG=m
diff --git a/debian/arch/sparc/config.sparc64-smp b/debian/arch/sparc/config.sparc64-smp
index 7dc4f1c647a0..f8d33890c986 100644
--- a/debian/arch/sparc/config.sparc64-smp
+++ b/debian/arch/sparc/config.sparc64-smp
@@ -24,7 +24,6 @@ CONFIG_BINFMT_ELF32=y
# CONFIG_BINFMT_AOUT32 is not set
CONFIG_SOLARIS_EMUL=m
CONFIG_PARPORT_PC=m
-CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_ENVCTRL=m
CONFIG_DISPLAY7SEG=m
diff --git a/debian/changelog b/debian/changelog
index 1ec2f3a71178..5ad0926626cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,9 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low
builds a working kernel now.
* Apply patch to fix ATI framebuffer output corruption on SunBlade 100
(sparc64-atyfb-xl-gr.patch). Thanks to Luigi Gangitano. (Closes: #321200)
+ * Disable CONFIG_PARPORT_PC_FIFO on sparc, since it causes a hang whenever
+ something is sent to the parallel port device. Thanks to Attilla
+ (boera at rdslink.ro) for pointing that out.
[ Simon Horman ]
* [386, AMD64] Set CONFIG_FRAMEBUFFER_CONSOLE=y instead of m.