Age | Commit message (Expand) | Author |
2003-07-18 | report sleeping disk while not initialized, needed for changing before ata_in... | Jörg Hohensohn |
2003-07-11 | Initalize last_disk_activity | Björn Stenberg |
2003-07-10 | Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh... | Björn Stenberg |
2003-07-09 | Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si... | Björn Stenberg |
2003-07-09 | Removed warnings | Björn Stenberg |
2003-07-09 | again different coldstart, ata_init() now has non-ambiguous return codes for ... | Jörg Hohensohn |
2003-07-08 | better place and method for the spinup wait code, still I'd welcome comments ... | Jörg Hohensohn |
2003-07-03 | When starting from flash, we have to wait for the disk to get ready. (Quite a... | Jörg Hohensohn |
2003-06-26 | port inits for cold start ability | Jörg Hohensohn |
2003-05-10 | Experiment: enable ATA STANDBY when switching to USB mode | Linus Nielsen Feltzing |
2003-04-28 | Corrected wrong write return code. | Björn Stenberg |
2003-04-12 | ata_write_sectors() didn't handle odd buffer addresses | Linus Nielsen Feltzing |
2003-04-11 | Don't enter cpu sleep during disk operations | Björn Stenberg |
2003-04-05 | The newest ATA driver fixes broke the ata_spinup_time information | Linus Nielsen Feltzing |
2003-03-31 | Better led control. Added status read delay. Fixed potential last_disk_activi... | Björn Stenberg |
2003-03-24 | Another attempt to stop the red led dead. | Björn Stenberg |
2003-03-17 | Don't spin down disk while retrying | Björn Stenberg |
2003-03-14 | Moved read code around a bit to more strictly obey the ATA specification. | Björn Stenberg |
2003-03-13 | Initialize return code at start of loop, not at the end. | Björn Stenberg |
2003-02-27 | An attempt to get rid of the "red freeze" problem: Perform a soft reset on re... | Björn Stenberg |
2003-02-14 | The power-saving SLEEP patch by Simon Elén. | Björn Stenberg |
2002-12-06 | Bug fix: Don't cut the power during spinup... | Björn Stenberg |
2002-12-06 | Fixed a race condition between sleep thread and spinup code. | Björn Stenberg |
2002-12-05 | Fixed spinup clocking. Also updating last_disk_activity more frequently, to a... | Björn Stenberg |
2002-12-04 | Added disk spinup clocking | Björn Stenberg |
2002-12-03 | Bug fix: Master/slave was not always properly selected after powerdown. | Björn Stenberg |
2002-12-03 | Added 'Disk info' to debug menu | Björn Stenberg |
2002-12-03 | use the proper #ifdef for a feature | Daniel Stenberg |
2002-12-03 | Added a >2ms delay in ata_hard_reset() before reading status, as per ATA spec... | Björn Stenberg |
2002-12-03 | Bug fix: A failed read could return OK. | Björn Stenberg |
2002-12-02 | Updated power-on procedure | Björn Stenberg |
2002-11-29 | HAVE_ATA_POWER_OFF is now defined and used if the platform has support for | Daniel Stenberg |
2002-11-28 | Added option to enable/disable disk poweroff (for diagnostic purposes) | Björn Stenberg |
2002-11-27 | Added disk poweroff 2s after spindown. (Only for recorders yet.) | Björn Stenberg |
2002-11-22 | Erroneous commit. | Björn Stenberg |
2002-11-22 | Fixed warnings. | Björn Stenberg |
2002-11-12 | Added extra safety checks. | Björn Stenberg |
2002-11-07 | Changed return code of ata_write_sectors() to be the same as for ata_read_sec... | Björn Stenberg |
2002-09-25 | Improved retry handling | Björn Stenberg |
2002-09-24 | Check status register for error | Björn Stenberg |
2002-09-24 | Added read retry. | Björn Stenberg |
2002-09-23 | Now exports last_disk_activity, for auto-poweroff | Linus Nielsen Feltzing |
2002-09-23 | Bug fix: The LED was not on during writes | Björn Stenberg |
2002-09-06 | Made the sleep code a little bit less aggressive. | Björn Stenberg |
2002-09-06 | Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set... | Björn Stenberg |
2002-09-06 | Optimized ata_read_sectors() a little | Linus Nielsen Feltzing |
2002-09-05 | Now uses READ MULTIPLE command. Also corrected some return values. | Björn Stenberg |
2002-09-04 | Increased BSY & RDY timeouts to 10 seconds | Björn Stenberg |
2002-09-02 | Ooops! perform_soft_reset() unlocked the mutex... | Linus Nielsen Feltzing |
2002-09-02 | STANDBY mode works again | Linus Nielsen Feltzing |