index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
disk.c
Age
Commit message (
Expand
)
Author
2008-11-09
drive might be used uninitialized, prevent that
Rafaël Carré
2008-11-02
implement single-driver storage layer with macros instead of inlines
Frank Gevaerts
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-09-07
ZVM:
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-15
Check for a supported partition type before trying to mount a partition. This...
Jens Arnold
2008-05-14
1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)
Maurus Cuelenaere
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-04-24
Commit whole Creative Zen Vision:M target tree + all related firmware/
Maurus Cuelenaere
2008-03-12
Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...
Michael Sevakis
2008-03-12
Do some crackdown on kernel object reinitialization after they could be in us...
Michael Sevakis
2008-03-09
enable partition probing for superfloppy targets; hanging was caused by out-o...
Robert Kukla
2008-02-11
Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...
Björn Stenberg
2008-01-09
Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...
Mark Arigo
2007-11-27
Oops. Fix yellow.
Nicolas Pennequin
2007-11-27
* Make the Gigabeat S bootloader a bit more interesting: it looks for the fir...
Nicolas Pennequin
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-06-30
Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...
Michael Sevakis
2007-05-23
ATA driver: * Support for drives with large physical sectors and no support f...
Jens Arnold
2006-12-04
Much simpler implementation of large virtual sector support, not needing larg...
Jens Arnold
2006-12-03
Add support (runtime detection) for 2048 bytes/sector filesystem.
Miika Pekkarinen
2006-08-31
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...
Dave Chapman
2005-05-16
Hotswap: Better placement for switching the MMC monitor off/on.
Jens Arnold
2005-02-27
couple of fixes for 16 bits archs
Jean-Philippe Bernardy
2005-01-28
preparations for hotswapping MMC
Jörg Hohensohn
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
2004-12-29
Shared mounting code, also more general. It will mount multiple HD partitions...
Jörg Hohensohn
2004-12-28
prepared to mount multiple partitions into one logical file system (most usef...
Jörg Hohensohn
2002-10-10
Partition debug screen added, and jumped to when no fat32 partition is found ...
Björn Stenberg
2002-05-30
Partition table is no longer global
Björn Stenberg
2002-05-03
Added disk/partition handling
Björn Stenberg