Re: Porting Microsoft C to Linux

Philip Blundell (pb@nexus.co.uk)
Wed, 23 Sep 1998 11:45:33 +0100


>Also, this program downloads a control program to the card. The
>original code uses fgets and family. I know these do not work in
>modules, well at least I can't get them to work, what do I need to
>replace them with. I think I remember reading about this in Linux
>Device Drivers, but I can't find those details now...

You probably want to invent an ioctl or something so that a user program can
load the code into memory and then call your driver to dump it to the card.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/