summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
AgeCommit message (Expand)Author
2002-08-02Cleaned up the sleep options a littleLinus Nielsen Feltzing
2002-08-01Now uses CMD_STANDBY again. CMD_SLEEP used more power than CMD_STANDBY for so...Linus Nielsen Feltzing
2002-08-01Moved ata_read_sectors() to internal RAMLinus Nielsen Feltzing
2002-07-28Enabled ata_write_sectors()Linus Nielsen Feltzing
2002-07-28Added ata_disk_is_active() functionLinus Nielsen Feltzing
2002-07-27Corrected debug outputLinus Nielsen Feltzing
2002-07-27Spindown mode is STANDBY when debuggingLinus Nielsen Feltzing
2002-07-23Possibly better USB handlingLinus Nielsen Feltzing
2002-07-16Removed use of internal harddisk standby timer and instead added software sle...Björn Stenberg
2002-07-16Faster, deeper disk sleep. Should save us some power.Björn Stenberg
2002-07-02Added some debug informationLinus Nielsen Feltzing
2002-06-30Some cleanupLinus Nielsen Feltzing
2002-06-26Added old_recorder variableLinus Nielsen Feltzing
2002-06-18Killed warningsLinus Nielsen Feltzing
2002-06-18Better ATA I/O detectionLinus Nielsen Feltzing
2002-06-12Added I/O address detection for CONTROL/ALT_STATUSLinus Nielsen Feltzing
2002-06-12ata_read_sectors() couldn't read more that one sectorLinus Nielsen Feltzing
2002-06-07Wrong command address for RecorderLinus Nielsen Feltzing
2002-05-24Disable USB before enabling ATABjörn Stenberg
2002-05-24Fixed wrong reset pin. Removed unnecessary reset from init.Björn Stenberg
2002-05-22Check for master/slave disk. Active 5s spindown timeout.Björn Stenberg
2002-05-16Added mutex protectionLinus Nielsen Feltzing
2002-05-14Fixed compiler warningsBjörn Stenberg
2002-05-13C99 booleansLinus Nielsen Feltzing
2002-05-09Removed a few debugf callsLinus Nielsen Feltzing
2002-05-08Fixed lame timeout handling and wrong return codes.Linus Nielsen Feltzing
2002-05-07Killed a few bugs. Tested in target. Works fairly good.Linus Nielsen Feltzing
2002-04-27Adapted to changed led APIBjörn Stenberg
2002-04-27Added ata_spindown() and use of ALT_STATUS instead of STATUSBjörn Stenberg
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg