I have a device driver which locates a custom ISA card in I/O space, and then needs to download a 6kb configuration file to an FPGA on the card. Which functions should I use to read the datafile? Can stdio.h functions be used, or must special functions be used within the kernel? |