[PATCH] Non-DMA mode for floppy on PowerPC, new version

2005-02-23 Thread Pavel Fedin
Here is a cleaned up version of my 2.6.8 kernel patch. This patch allows to use floppy drive in non-DMA mode on PegasosPPC and AmigaOne machines. To use it: 1. Do not build floppy driver as a module, link it statically. Transferring parameters to it from insmod is still problematic, at least

[PATCH] Non-DMA mode for floppy on PowerPC

2005-02-21 Thread Pavel Fedin
Nobody answered, repost again. This patch allows to use floppy drive in non-DMA mode on PegasosPPC machines. To use it: 1. Do not build floppy driver as a module, link it statically. Transferring parameters to it from insmod is still problematic, at least it doesn't work properly on my syste

[PATCH] Non-DMA mode for floppy on PowerPC

2005-02-15 Thread Pavel Fedin
Was posted with wrong content-type and i got no reply, so i decided to repost This patch allows to use floppy drive in non-DMA mode on PegasosPPC machines. To use it: 1. Do not build floppy driver as a module, link it statically. Transferring parameters to it from insmod is still problematic,

Re: [PATCH] Non-DMA mode for floppy on PowerPC

2005-02-14 Thread Pavel Fedin
Sorry for the inconvenience, i missed kernel version number. The patch is written for 2.6.8 kernel. -- Best regards, Pavel Fedin, mailto:[EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel

[PATCH] Non-DMA mode for floppy on PowerPC

2005-02-13 Thread Pavel Fedin
This patch allows to use floppy drive in non-DMA mode on PegasosPPC machines. To use it: 1. Do not build floppy driver as a module, link it statically. Transferring parameters to it from insmod is still problematic, at least it doesn't work properly on my system. May be i'll clean it up in fut