| Commit message (Expand) | Author | Age |
| * | Enabled assembler optimized disk reading and writing (approx. 2 times as fast) | Jens Arnold | 2004-07-05 |
| * | Disabled automatic disk spindown (by the drive). Updated comments regarding t... | Jens Arnold | 2004-06-11 |
| * | patch #922836 by Jens: way faster disk writing, in assembler. The code is in,... | Jörg Hohensohn | 2004-04-01 |
| * | A hip shot trying to make the Red LED Death situation a little better | Linus Nielsen Feltzing | 2004-03-19 |
| * | - no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please... | Jörg Hohensohn | 2004-03-10 |
| * | Reverted the STANDBY fix from 2004-02-15, rev 1.106 | Linus Nielsen Feltzing | 2004-03-09 |
| * | Now sets the highest possible PIO mode in set_features() | Linus Nielsen Feltzing | 2004-03-02 |
| * | fixed compiling errors | Linus Nielsen Feltzing | 2004-02-17 |
| * | set_features() is now called from ata_power_on() | Linus Nielsen Feltzing | 2004-02-17 |
| * | Silly me, I forgot to remove my debugging code | Linus Nielsen Feltzing | 2004-02-16 |
| * | Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ... | Linus Nielsen Feltzing | 2004-02-16 |
| * | Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ... | Jörg Hohensohn | 2004-02-15 |
| * | Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa... | Jörg Hohensohn | 2004-02-09 |
| * | no code change, I just forgot to take my template disassembly out (a big comm... | Jörg Hohensohn | 2004-01-27 |
| * | Assembler optimized copy_read_sectors() gives another speedup of factor 1.4 f... | Jörg Hohensohn | 2004-01-27 |
| * | warning + obsolete variable removed | Jörg Hohensohn | 2004-01-16 |
| * | Optimized the sector read loop as much as C allows. I measured an overall spe... | Jörg Hohensohn | 2004-01-16 |
| * | Added acoustic management, power management and read look-ahead. | Björn Stenberg | 2004-01-14 |
| * | Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes. | Björn Stenberg | 2003-12-17 |
| * | adjustments for Neo | Daniel Stenberg | 2003-12-12 |
| * | No more spinning disk while charging flashed FM+V2 (you need the new bootload... | Jörg Hohensohn | 2003-12-03 |
| * | The code police strikes back | Linus Nielsen Feltzing | 2003-11-07 |
| * | set/clear port bits with atomic instructions instead of read-modify-write, sa... | Jörg Hohensohn | 2003-11-06 |
| * | ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. Pr... | Jörg Hohensohn | 2003-09-01 |
| * | report sleeping disk while not initialized, needed for changing before ata_in... | Jörg Hohensohn | 2003-07-18 |
| * | Initalize last_disk_activity | Björn Stenberg | 2003-07-11 |
| * | Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh... | Björn Stenberg | 2003-07-10 |
| * | 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-09 |
| * | better place and method for the spinup wait code, still I'd welcome comments ... | Jörg Hohensohn | 2003-07-08 |
| * | When starting from flash, we have to wait for the disk to get ready. (Quite a... | Jörg Hohensohn | 2003-07-03 |
| * | port inits for cold start ability | Jörg Hohensohn | 2003-06-26 |
| * | Experiment: enable ATA STANDBY when switching to USB mode | Linus Nielsen Feltzing | 2003-05-10 |
| * | Corrected wrong write return code. | Björn Stenberg | 2003-04-28 |
| * | ata_write_sectors() didn't handle odd buffer addresses | Linus Nielsen Feltzing | 2003-04-12 |
| * | Don't enter cpu sleep during disk operations | Björn Stenberg | 2003-04-11 |
| * | The newest ATA driver fixes broke the ata_spinup_time information | Linus Nielsen Feltzing | 2003-04-05 |
| * | Better led control. Added status read delay. Fixed potential last_disk_activi... | Björn Stenberg | 2003-03-31 |
| * | Another attempt to stop the red led dead. | Björn Stenberg | 2003-03-24 |
| * | Don't spin down disk while retrying | Björn Stenberg | 2003-03-17 |
| * | Moved read code around a bit to more strictly obey the ATA specification. | Björn Stenberg | 2003-03-14 |
| * | Initialize return code at start of loop, not at the end. | Björn Stenberg | 2003-03-13 |
| * | An attempt to get rid of the "red freeze" problem: Perform a soft reset on re... | Björn Stenberg | 2003-02-27 |
| * | The power-saving SLEEP patch by Simon Elén. | Björn Stenberg | 2003-02-14 |
| * | 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-06 |
| * | Fixed spinup clocking. Also updating last_disk_activity more frequently, to a... | Björn Stenberg | 2002-12-05 |
| * | Added disk spinup clocking | Björn Stenberg | 2002-12-04 |
| * | Bug fix: Master/slave was not always properly selected after powerdown. | Björn Stenberg | 2002-12-03 |