Re: Junior Kernel hacker task: Floppy driver mode handling.

2002-01-25 Thread Poul-Henning Kamp
Did you make any progress on this Andrew ? In message [EMAIL PROTECTED], Poul-Henning Kamp writes: In message [EMAIL PROTECTED], And rew R. Reiter writes: Someone already doing this? If not, I'm down. You won, you're the first one in my inbox :-) Ready ? Steady ? Start! :-) On Tue, 11

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-13 Thread Dag-Erling Smorgrav
Poul-Henning Kamp [EMAIL PROTECTED] writes: There exists a patch for adding a mode to our floppy driver to add DEC RX50 media handling. Clearly a job for Jessem, don't you think? :) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-13 Thread Terry Lambert
Dag-Erling Smorgrav wrote: Poul-Henning Kamp [EMAIL PROTECTED] writes: There exists a patch for adding a mode to our floppy driver to add DEC RX50 media handling. Clearly a job for Jessem, don't you think? :) Kids can be cruel. 8^) 8^). -- Terry To Unsubscribe: send mail to [EMAIL

Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Poul-Henning Kamp
There exists a patch for adding a mode to our floppy driver to add DEC RX50 media handling. The crucial part of this is the addition of this line: { 10,2,0xFF,0x10,80, 800,1,FDC_300KBPS,1,0x2E,1 }, /* 400K DEC RX50 */ But if one examines the fd.c driver, one cannot help but notice that

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Andrew R. Reiter
Someone already doing this? If not, I'm down. On Tue, 11 Dec 2001, Poul-Henning Kamp wrote: : :There exists a patch for adding a mode to our floppy driver to :add DEC RX50 media handling. : :The crucial part of this is the addition of this line: :{ 10,2,0xFF,0x10,80,

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], And rew R. Reiter writes: Someone already doing this? If not, I'm down. You won, you're the first one in my inbox :-) Ready ? Steady ? Start! :-) On Tue, 11 Dec 2001, Poul-Henning Kamp wrote: : :There exists a patch for adding a mode to our floppy driver to

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Kenneth Wayne Culver
I was thinking about looking into it, but I won't have time to start until the 18th. if you wanna do it, go for it, and I'll wait my turn for the next thing I can do in the kernel. :-D Ken On Tue, 11 Dec 2001, Andrew R. Reiter wrote: Someone already doing this? If not, I'm down. On Tue,

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Warner Losh
In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : 6. Add the rx50 entry from above to the table to show how simple : that is now. But rx50 also needs some extra processing to handle the software interleave. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Warner Losh writes: In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : 6. Add the rx50 entry from above to the table to show how simple : that is now. But rx50 also needs some extra processing to handle the software interleave. I know. That doesn't

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Warner Losh
In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : : 6. Add the rx50 entry from above to the table to show how simple : : that is now. : : But rx50 also needs some extra processing to handle the software : interleave. : : I know. : : That doesn't change the fact that our floppy

Re: Junior Kernel hacker task: Floppy driver mode handling.

2001-12-11 Thread Alexey Klimov
On Wed, 12 Dec 2001, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Warner Losh writes: In message [EMAIL PROTECTED] Poul-Henning Kamp writes: : 6. Add the rx50 entry from above to the table to show how simple : that is now. But rx50 also needs some extra processing to