Mercurial > ecos
changeset 2390:c71501f37296
* src/mmc_spi.c: Revise debug information with addition.
Add idle to operational retry wait.
* cdl/devs_disk_mmc.cdl: Add idle to operational retry wait parameter.
| author | jlarmour |
|---|---|
| date | Thu, 31 May 2007 15:56:39 +0000 |
| parents | c70fdce65e4d |
| children | 8cd3873de8fa |
| files | packages/devs/disk/generic/mmc/current/ChangeLog packages/devs/disk/generic/mmc/current/cdl/devs_disk_mmc.cdl |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/disk/generic/mmc/current/ChangeLog +++ b/packages/devs/disk/generic/mmc/current/ChangeLog @@ -1,3 +1,9 @@ +2007-05-30 Hajime Ishitani <pigmon@mail.snd.co.jp> + + * src/mmc_spi.c: Revise debug information with addition. + Add idle to operational retry wait. + * cdl/devs_disk_mmc.cdl: Add idle to operational retry wait parameter. + 2006-09-27 Sergei Gavrikov <sg@sgs.gomel.by> * src/mmc_spi.c: (mmc_spi_disk_lookup): just fixed a missed
--- a/packages/devs/disk/generic/mmc/current/cdl/devs_disk_mmc.cdl +++ b/packages/devs/disk/generic/mmc/current/cdl/devs_disk_mmc.cdl @@ -102,7 +102,7 @@ cdl_package CYGPKG_DEVS_DISK_MMC { } cdl_option CYGPKG_DEVS_DISK_MMC_SPI_IDLE_RETRIES_WAIT { display "Idle to operational retry wait" - flavor data + flavor booldata default_value 10000 description " This option sets how long to wait between retries of attempts to change the
