summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c (follow)
Commit message (Expand)AuthorAge
...
* ata_hard_reset should be synchronized.Michael Sevakis2008-05-06
* Gigabeat S: Do the controller timing settings a more cleanly.Michael Sevakis2008-05-05
* Gigabeat S: Use the fastest PIO mode the installed drive allows instead of al...Michael Sevakis2008-05-05
* iPod Video 30Gig doesn't seem to need the ata locking hack so we'll just atte...Michael Sevakis2008-04-11
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Go back to the ata lock hack for 5g until whatever is going on there is disco...Michael Sevakis2008-03-28
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_r...Peter D'Hoye2008-03-09
* ATA driver: * Add protection against out-of-bounds accesses. Those can happen...Jens Arnold2008-03-09
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Remove sector 0 write protection from the ATA and MMC drivers. The one in the...Jens Arnold2008-02-22
* Give 5g owner's some immediate relief from playback trouble introduced in r16...Michael Sevakis2008-02-22
* Do not waste RAM in the ATA driver. The identify info is a single sector.Jens Arnold2008-02-14
* Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis2008-02-11
* Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis2008-01-18
* Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis2008-01-18
* Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold2007-11-03
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Add some new findings to the PP header files. * Clean up ata-target.h for PP....Jens Arnold2007-08-01
* ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold2007-05-23
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis2007-03-09
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Tiny size optimisation.Jens Arnold2007-02-18
* Do the CONFIG_LED defineJonathan Gordon2007-02-18
* Fix most (all?) CONFIG_LED warnings.Magnus Holmgren2007-02-17
* ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold2007-02-17
* Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius2007-01-23
* Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon2007-01-23
* Add a check to verify ATA driver has been initialised in ata_sleepnow().Miika Pekkarinen2007-01-08
* renamed biglba to lba48, plus a slight optimizationJörg Hohensohn2006-12-20
* Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn2006-12-19
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold2006-12-19
* Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon2006-12-06
* Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold2006-12-03
* Prevent the click of death when connecting an ipod to usb.Miika Pekkarinen2006-11-29
* dont allow the ata callbacks to be run less than once every 30s unlessJonathan Gordon2006-11-26
* Get rid of ages-old interdependency between ata.c and mas.cJens Arnold2006-11-12
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* Bah, Linus was right, trying to call the ata_idle callbacks on usb andJonathan Gordon2006-11-09
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
* dont spin up the disk to call the callbacks.Jonathan Gordon2006-11-07
* adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon2006-11-06
* move coldfire ata defines to a shared ata-target.hMarcoen Hirschberg2006-10-30
* move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon2006-10-30
* cleanup ata.c a bit by moving portalplayer defines to target_tree and removin...Marcoen Hirschberg2006-10-27