* * $Log: phatio.c,v $ * Revision 1.4 2006/07/11 12:20:19 haraldkipp * PHAT file system failed when accessed from multiple threads. A mutual * exclusion semaphore fixes this. * * Revision 1.3 2006/02/23 15:45:22 haraldkipp * PHAT file system now supports configurable number of sector buffers. * This dramatically increased write rates of no-name cards. * AVR compile errors corrected. * * Revision 1.2 2006/01/22 17:38:43 haraldkipp * *** empty log message *** * * Revision 1.1 2006/01/05 16:31:45 haraldkipp * First check-in. * * *
Functions | |
int | PhatSectorFlush (NUTDEVICE *dev, int bufnum) |
Flush sector buffers. | |
int | PhatSectorRead (NUTFILE *blkmnt, u_long sect, u_char *buf) |
Read sector. | |
int | PhatSectorLoad (NUTDEVICE *dev, u_long sect) |