- 14 Jul, 2014 1 commit
-
-
Ben Avison authored
Detail: For removable slots without a card detect pin, use an alternate state machine based upon timeouts to detect card removal or card changes. Note that this requires cooperation from FileCore (the same code paths as with selected floppy drives that had faulty disc changed pins) to avoid data loss by assuming that a disc might need remounting if a certain time has elapsed since the last successful operation. To avoid a significant speed penalty from deselecting and reselecting cards, remounting isn't used for rapid back-to-back operations. Admin: Already in use in RC12a. Version 0.05. Tagged as 'SDFS-0_05'
-
- 29 Apr, 2014 1 commit
-
-
Ben Avison authored
Version 0.04. Tagged as 'SDFS-0_04'
-
- 30 Sep, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: c/module - A typo in the startup code resulted in the service_SDIOSlotAttached 'integrated' parameter being calculated incorrectly. Admin: Tested on Pandora 2nd SD slot now appears on iconbar if slot is empty on boot (previously would only appear if slot occupied) Version 0.03. Tagged as 'SDFS-0_03'
-
- 16 Jul, 2012 1 commit
-
-
Ben Avison authored
Detail: MiscOp 0 turns out to pass the drive number *both* in R1 and in the top 3 bits of R2. SDFS was failing to mask the drive bits out of R2, which caused some (but not all) cards to generate an error. Obviously, this didn't affect drive 0. Admin: Tested on Beagleboard "Zippy" expansion card Version 0.02. Tagged as 'SDFS-0_02'
-
- 07 Jun, 2012 1 commit
-
-
Ben Avison authored
-