[NCLUG] RedHat's 2.4.9-6 kernel
Theodore A. Roth
troth at verinet.com
Sun Oct 21 13:14:54 MDT 2001
2.4.12 won't build unless you apply this parport fix patch.
Ted
--- linux/drivers/parport/ieee1284_ops.c.orig Thu Oct 11 09:40:39 2001
+++ linux/drivers/parport/ieee1284_ops.c Thu Oct 11 09:40:42 2001
@@ -362,7 +362,7 @@
} else {
DPRINTK (KERN_DEBUG "%s: ECP direction: failed to reverse\n",
port->name);
- port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
+ port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
}
return retval;
@@ -394,7 +394,7 @@
DPRINTK (KERN_DEBUG
"%s: ECP direction: failed to switch forward\n",
port->name);
- port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
+ port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
}
On Sun, 21 Oct 2001, Sean Reifschneider wrote:
:)On Thu, Oct 18, 2001 at 09:35:49PM -0600, Jeff Moe wrote:
:)>the same day it came out (he renamed it "don't use"), and 2.4.12 is
:)>reportedly having problems (parallel port at least). No 2.4.13 yet. Some of
:)
:)I couldn't even get 2.4.12 to build...
:)
:)Sean
:)
More information about the NCLUG
mailing list