rockbox/firmware/target
Tobias Diedrich 8e8c8dce51 Either the removal of the unneeded flush or the additional epn_info setup
has made it more reliable.  It seems to basically work now, but
somehow when Linux tries to read the partition table and it gets the
"scsi read10" command, the storage_read_sectors(drive=0, start=0, count=8)
call never returns...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26894 a1c6a512-1295-4272-9138-f99709370657
2010-06-17 17:50:48 +00:00
..
arm Either the removal of the unneeded flush or the additional epn_info setup 2010-06-17 17:50:48 +00:00
coldfire HD200 - use line transfers in lcd_grey_data. This gives ~25% speedup. 2010-06-15 10:41:43 +00:00
hosted/sdl SDL target: remove mouse polling and replace it with an event-based mechanism, this makes touchscreen on the sim much smoother 2010-06-15 18:33:56 +00:00
mips Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. 2010-06-06 13:20:47 +00:00
sh Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support. 2010-06-02 12:45:36 +00:00