summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c (follow)
Commit message (Expand)AuthorAge
...
* Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg2003-12-17
* adjustments for NeoDaniel Stenberg2003-12-12
* No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn2003-12-03
* The code police strikes backLinus Nielsen Feltzing2003-11-07
* set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn2003-11-06
* ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. Pr...Jörg Hohensohn2003-09-01
* report sleeping disk while not initialized, needed for changing before ata_in...Jörg Hohensohn2003-07-18
* Initalize last_disk_activityBjörn Stenberg2003-07-11
* Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh...Björn Stenberg2003-07-10
* Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si...Björn Stenberg2003-07-09
* Removed warningsBjörn Stenberg2003-07-09
* again different coldstart, ata_init() now has non-ambiguous return codes for ...Jörg Hohensohn2003-07-09
* better place and method for the spinup wait code, still I'd welcome comments ...Jörg Hohensohn2003-07-08
* When starting from flash, we have to wait for the disk to get ready. (Quite a...Jörg Hohensohn2003-07-03
* port inits for cold start abilityJörg Hohensohn2003-06-26
* Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing2003-05-10
* Corrected wrong write return code.Björn Stenberg2003-04-28
* ata_write_sectors() didn't handle odd buffer addressesLinus Nielsen Feltzing2003-04-12
* Don't enter cpu sleep during disk operationsBjörn Stenberg2003-04-11
* The newest ATA driver fixes broke the ata_spinup_time informationLinus Nielsen Feltzing2003-04-05
* Better led control. Added status read delay. Fixed potential last_disk_activi...Björn Stenberg2003-03-31
* Another attempt to stop the red led dead.Björn Stenberg2003-03-24
* Don't spin down disk while retryingBjörn Stenberg2003-03-17
* Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg2003-03-14
* Initialize return code at start of loop, not at the end.Björn Stenberg2003-03-13
* An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg2003-02-27
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Bug fix: Don't cut the power during spinup...Björn Stenberg2002-12-06
* Fixed a race condition between sleep thread and spinup code.Björn Stenberg2002-12-06
* Fixed spinup clocking. Also updating last_disk_activity more frequently, to a...Björn Stenberg2002-12-05
* Added disk spinup clockingBjörn Stenberg2002-12-04
* Bug fix: Master/slave was not always properly selected after powerdown.Björn Stenberg2002-12-03
* Added 'Disk info' to debug menuBjörn Stenberg2002-12-03
* use the proper #ifdef for a featureDaniel Stenberg2002-12-03
* Added a >2ms delay in ata_hard_reset() before reading status, as per ATA spec...Björn Stenberg2002-12-03
* Bug fix: A failed read could return OK.Björn Stenberg2002-12-03
* Updated power-on procedureBjörn Stenberg2002-12-02
* HAVE_ATA_POWER_OFF is now defined and used if the platform has support forDaniel Stenberg2002-11-29
* Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg2002-11-28
* Added disk poweroff 2s after spindown. (Only for recorders yet.)Björn Stenberg2002-11-27
* Erroneous commit.Björn Stenberg2002-11-22
* Fixed warnings.Björn Stenberg2002-11-22
* Added extra safety checks.Björn Stenberg2002-11-12
* Changed return code of ata_write_sectors() to be the same as for ata_read_sec...Björn Stenberg2002-11-07
* Improved retry handlingBjörn Stenberg2002-09-25
* Check status register for errorBjörn Stenberg2002-09-24
* Added read retry.Björn Stenberg2002-09-24
* Now exports last_disk_activity, for auto-poweroffLinus Nielsen Feltzing2002-09-23
* Bug fix: The LED was not on during writesBjörn Stenberg2002-09-23
* Made the sleep code a little bit less aggressive.Björn Stenberg2002-09-06