summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c
AgeCommit message (Expand)Author
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