Re: ixj compile problems in 2.4.0-test11

2000-11-23 Thread Marko Kohtala
I had a problem while compiling test11 on test9 kernel with debian gcc-2.95.2. I had suspended the compilation with Ctrl-Z and it continuted by compiling some garbage. Next time it compiled fine, so I'd guess the files were ok in cache. I do not know who is to blaim. Just thought to share this in

[patch 02/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Did not move the parport interface properly into IEEE1284_PH_REV_IDLE phase at end of data due to comparing bytes with nibbles. Internal phase IEEE1284_PH_HBUSY_DNA became unused, so remove it. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/media/video/cpia_pp.c

[patch 08/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Make drivers that use directly PC parport HW depend on PARPORT_PC rather than HW independent PARPORT. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/block/Kconfig|2 +- drivers/block/paride/Kconfig |5 +++-- drivers/scsi/Kconfig |8 3

[patch 06/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Trivial "const" additions to places in parport that truly are const. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/parport/parport_pc.c | 38 ++ drivers/parport/probe.c |6 +++--- 2 files changed, 25 insertions(

[patch 05/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Use the complete slab buffer that is allocated by kmalloc. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/parport/daisy.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: linux-dvb/drivers/parport/d

[patch 09/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Small cleanup of includes meant for older implementation. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- diff -Nru a/drivers/net/plip.c b/drivers/net/plip.c --- a/drivers/net/plip.c2005-01-08 07:44:25 +02:00 +++ b/drivers/net/plip.c2005-01-16 12:20:44 +02:00 @@ -98,7

[patch 01/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
overly complicated, but Tim Waugh recalled on linux-parport seeing some buggy device that might need it. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/parport/probe.c | 193 1 files changed, 130 insertions(+), 63 deletions(-)

[patch 03/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Daisy chain end detection failed at least with older daisy chain devices that do not implement the last device signal. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- drivers/parport/daisy.c | 27 +-- 1 files changed, 17 insertions(+), 10 deletions(-)

[patch 04/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Device ID reading from daisy chain devices failed because the daisy device could not be opened. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- Index: linux-dvb/drivers/parport/daisy.c === --- linux-dvb.orig/drivers/p

[patch 00/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
I played with a daisy chain device that is not ieee1284 compliant and found buffer overflow and failure to open daisy chain devices. While fixing it I found also a number of other problems also affecting proper ieee1284 devices. This is a collection of the changes I have made. They have been throu

[patch 07/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Add missing "struct" keyword preventing compilation with DEBUG_PARPORT defined. Also add some "const". Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- include/linux/parport_pc.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-dvb/

[patch 10/10] parport: ieee1284 fixes and cleanups

2005-09-05 Thread marko . kohtala
Help external ppSCSI driver by exporting parport_get_port to match the parport_put_port. Signed-off-by: Marko Kohtala <[EMAIL PROTECTED]> --- diff -Nru a/drivers/parport/share.c b/drivers/parport/share.c --- a/drivers/parport/share.c 2004-10-28 10:39:58 +03:00 +++ b/drivers/parport/s

Re: [patch 00/10] parport: ieee1284 fixes and cleanups

2005-09-07 Thread Marko Kohtala
On 9/7/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > This is a collection of the changes I have made. They have been through > > linux-parport mailing list already in January and they have been modified > > according to comments. > > umm, OK. parport patches worry me