From: Christian Groessler Our AladdinCard also uses the oxsemi_840 chips and locks up when ecp mode is enabled. --- 25-akpm/drivers/parport/parport_pc.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/parport/parport_pc.c~problem-with-aladdincard-entry-in-parport_pc drivers/parport/parport_pc.c --- 25/drivers/parport/parport_pc.c~problem-with-aladdincard-entry-in-parport_pc 2004-05-11 04:19:42.095693488 -0700 +++ 25-akpm/drivers/parport/parport_pc.c 2004-05-11 04:19:42.100692728 -0700 @@ -2699,7 +2699,7 @@ static struct parport_pc_pci { * and 840 locks up if you write 1 to bit 2! */ /* oxsemi_954 */ { 1, { { 0, -1 }, } }, /* oxsemi_840 */ { 1, { { 0, -1 }, } }, - /* aks_0100 */ { 1, { { 0, 1 }, } }, + /* aks_0100 */ { 1, { { 0, -1 }, } }, /* mobility_pp */ { 1, { { 0, 1 }, } }, }; _