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
/
drivers
/
ata.c
Age
Commit message (
Expand
)
Author
2002-08-02
Cleaned up the sleep options a little
Linus Nielsen Feltzing
2002-08-01
Now uses CMD_STANDBY again. CMD_SLEEP used more power than CMD_STANDBY for so...
Linus Nielsen Feltzing
2002-08-01
Moved ata_read_sectors() to internal RAM
Linus Nielsen Feltzing
2002-07-28
Enabled ata_write_sectors()
Linus Nielsen Feltzing
2002-07-28
Added ata_disk_is_active() function
Linus Nielsen Feltzing
2002-07-27
Corrected debug output
Linus Nielsen Feltzing
2002-07-27
Spindown mode is STANDBY when debugging
Linus Nielsen Feltzing
2002-07-23
Possibly better USB handling
Linus Nielsen Feltzing
2002-07-16
Removed use of internal harddisk standby timer and instead added software sle...
Björn Stenberg
2002-07-16
Faster, deeper disk sleep. Should save us some power.
Björn Stenberg
2002-07-02
Added some debug information
Linus Nielsen Feltzing
2002-06-30
Some cleanup
Linus Nielsen Feltzing
2002-06-26
Added old_recorder variable
Linus Nielsen Feltzing
2002-06-18
Killed warnings
Linus Nielsen Feltzing
2002-06-18
Better ATA I/O detection
Linus Nielsen Feltzing
2002-06-12
Added I/O address detection for CONTROL/ALT_STATUS
Linus Nielsen Feltzing
2002-06-12
ata_read_sectors() couldn't read more that one sector
Linus Nielsen Feltzing
2002-06-07
Wrong command address for Recorder
Linus Nielsen Feltzing
2002-05-24
Disable USB before enabling ATA
Björn Stenberg
2002-05-24
Fixed wrong reset pin. Removed unnecessary reset from init.
Björn Stenberg
2002-05-22
Check for master/slave disk. Active 5s spindown timeout.
Björn Stenberg
2002-05-16
Added mutex protection
Linus Nielsen Feltzing
2002-05-14
Fixed compiler warnings
Björn Stenberg
2002-05-13
C99 booleans
Linus Nielsen Feltzing
2002-05-09
Removed a few debugf calls
Linus Nielsen Feltzing
2002-05-08
Fixed lame timeout handling and wrong return codes.
Linus Nielsen Feltzing
2002-05-07
Killed a few bugs. Tested in target. Works fairly good.
Linus Nielsen Feltzing
2002-04-27
Adapted to changed led API
Björn Stenberg
2002-04-27
Added ata_spindown() and use of ALT_STATUS instead of STATUS
Björn Stenberg
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg