summaryrefslogtreecommitdiff
path: root/firmware/storage.c
AgeCommit message (Expand)Author
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis
2012-01-25Remove ata_removable() and ata_present() from multidriver code.Frank Gevaerts
2011-03-05Change the thread api a bit.Thomas Martitz
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken
2010-05-29No need to break after a returnFrank Gevaerts
2010-05-29fix broken case handling in storage_present() and storage_removable(). Those ...Frank Gevaerts
2010-04-03use THREAD_ID_CURRENT instead of thread_get_current()Frank Gevaerts
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann
2009-07-17svn properties, late as usualFrank Gevaerts
2009-07-17don't try to call nand_soft_reset() or nand_disk_is_active(), they don't existFrank Gevaerts
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-01Now also commit added filesFrank Gevaerts