Re: IDE-Floppy and devfs

2001-01-19 Thread Andreas Franck
Hello Paul, (you CC'ed your original post to vger.rutgers.edu, I shamelessly corrected this for this reply) > I have (finally) merged your patch in with the ide-floppy driver and > have it working with devfs here on my laptop for a PCMCIA Clik drive. Have you merged my patch in literate or in

Re: IDE-Floppy and devfs

2000-10-25 Thread Andreas Franck
Hi together, Paul Bristow wrote: > > I'll get on it. I just tidied up the previous patch for Clik! support > and fixed the last bug so that *should* wrap up 2.2.x. Wonderful, so I can hope for a good solution soon :-) BTW (for Jens): I noticed some other removable device problems with devfs

Re: IDE-Floppy and devfs

2000-10-24 Thread Andreas Franck
On Tue, 24 Oct 2000, Guest section DW wrote: > On Tue, Oct 24, 2000 at 01:33:57AM +0200, Andreas Franck wrote: > > + printk(KERN_INFO "calling ide_register_module\n"); > ide_register_module(&idefloppy_module); > + printk(KERN_INFO "ide_register_module finished\n"); > > You d

Re: IDE-Floppy and devfs

2000-10-24 Thread Guest section DW
On Tue, Oct 24, 2000 at 01:33:57AM +0200, Andreas Franck wrote: + printk(KERN_INFO "calling ide_register_module\n"); ide_register_module(&idefloppy_module); + printk(KERN_INFO "ide_register_module finished\n"); You do not want debugging code like this in the kernel code. - To

Re: IDE-Floppy and devfs

2000-10-23 Thread Joshua Jore
I did report this back a month or so ago. Another work around is to have a device node (22,0 in my case) around to bang on for a sec. After having the kernel poke the device, the appropriate devfs node appears automagically. My 0.02USD. Josh On Sun, 22 Oct 2000, Andreas Franck wrote: > Hi Paul

Re: IDE-Floppy and devfs

2000-10-23 Thread Andreas Franck
Hi Paul, hi Richard, hi linux-kernel audience, Paul Bristow wrote: > Hi Andreas, > > Could you re-send the patch, as it didn't make it with your last > message? Sorry, my mailer crashed when I sent this message and I didn't even notice it got sent :-) So here's what you're waitung for (at least