summaryrefslogtreecommitdiffstats
path: root/firmware/export/ata.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Unify storage threads into oneMichael Sevakis1-0/+4
2016-02-14iPod Classic: ATA SMART updatesCástor Muñoz1-1/+1
2015-10-07iPod Classic: reads HDD S.M.A.R.T. dataCástor Muñoz1-0/+106
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-3/+3
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero1-8/+0
2011-11-20Add INIT_ATTR to storage_init() when possibleRafaël Carré1-1/+1
2011-01-02Fix yellowMichael Sparmann1-34/+0
2011-01-02Fix redMichael Sparmann1-0/+34
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-5/+9
2009-03-12Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a c...Michael Sevakis1-1/+13
2008-11-04*_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts1-1/+0
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts1-0/+3
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-29/+26
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-0/+1
2008-04-30remove the 2nd last evil use of ata_disk_is_active() in apps/Jonathan Gordon1-0/+4
2007-02-18Do the CONFIG_LED defineJonathan Gordon1-1/+1
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren1-1/+1
2007-01-23Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius1-1/+0
2006-11-29Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen1-0/+1
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-2/+0
2005-11-07Removed unused ata_standby(), changed return type of ata_sleep() to void, rem...Jens Arnold1-13/+1
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold1-0/+2
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing1-0/+1
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-2/+17
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing1-0/+1
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg1-0/+53