summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c
AgeCommit message (Expand)Author
2002-09-12no longer include unicode.h, we've removed that fileDaniel Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-08-24Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu
2002-08-24Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu
2002-08-14fat_read() now reads multiple sectors per ATA commandBjörn Stenberg
2002-08-13Don't save settings on disk if it has no partition tableBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-07-24fat_seek() end-of-file bug fix by Hardeep SidhuLinus Nielsen Feltzing
2002-07-15Fixed name garbling bugBjörn Stenberg
2002-06-19Ignore volume IDBjörn Stenberg
2002-06-19We don't need time unless we're writingBjörn Stenberg
2002-05-30Umm, bpb must be static to be local :)Björn Stenberg
2002-05-30struct bpb does not have to be globalBjörn Stenberg
2002-05-29FAT cache now uses static memoryBjörn Stenberg
2002-05-27fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing
2002-05-14Fixed compiler warningsBjörn Stenberg
2002-05-09Removed a few annoying debugf callsLinus Nielsen Feltzing
2002-05-09get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing
2002-05-09New cache algorithmLinus Nielsen Feltzing
2002-05-08Added lseek()Björn Stenberg
2002-05-08Fixed EOF handlingBjörn Stenberg
2002-05-08Fixed some debug outputLinus Nielsen Feltzing
2002-05-07Create correct shortnamesBjörn Stenberg
2002-05-03Changed to global 'bpb' structBjörn Stenberg
2002-05-03Added disk/partition handlingBjörn Stenberg
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg
2002-04-29Renamed get_bpb() into fat_mount() and added it to the API.Björn Stenberg
2002-04-27Slight simplificationBjörn Stenberg
2002-04-27Added longname handlingBjörn Stenberg
2002-04-27Added fat_seek()Björn Stenberg
2002-04-27Added fat_open() and fat_read().Björn Stenberg
2002-04-27Cluster chaining now works.Björn Stenberg
2002-04-26FAT updateBjörn Stenberg
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg