[kernel] r4790 - in dists/trunk/linux-2.6/debian: . arch/sparc

Jurij Smakov jurij-guest at costa.debian.org
Sat Nov 12 06:22:47 UTC 2005


Author: jurij-guest
Date: Sat Nov 12 06:22:45 2005
New Revision: 4790

Modified:
   dists/trunk/linux-2.6/debian/arch/sparc/config
   dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64
   dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp
   dists/trunk/linux-2.6/debian/changelog
Log:
Disable CONFIG_PARPORT_PC_FIFO on sparc as
it causes the machine to hang when sending stuff
to the parallel port.


Modified: dists/trunk/linux-2.6/debian/arch/sparc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/sparc/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/sparc/config	Sat Nov 12 06:22:45 2005
@@ -467,3 +467,4 @@
 CONFIG_DRM_RADEON=m
 CONFIG_DRM_MGA=m
 CONFIG_SND_ALI5451=m
+# CONFIG_PARPORT_PC_FIFO is not set

Modified: dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64	(original)
+++ dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64	Sat Nov 12 06:22:45 2005
@@ -20,7 +20,6 @@
 # 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

Modified: dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/arch/sparc/config.sparc64-smp	Sat Nov 12 06:22:45 2005
@@ -24,7 +24,6 @@
 # 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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Nov 12 06:22:45 2005
@@ -40,6 +40,9 @@
     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.



More information about the Kernel-svn-changes mailing list