changeset 2302:acae40e4e448

Modify ChangeLog layout to reflect transition between previous eCosCentric changes and contribution
author jlarmour
date Thu, 21 Sep 2006 18:37:01 +0000
parents 67647617a206
children 4c4508c2530f
files packages/devs/disk/generic/mmc/current/ChangeLog
diffstat 1 files changed, 66 insertions(+), 61 deletions(-) [+]
line wrap: on
line diff
--- a/packages/devs/disk/generic/mmc/current/ChangeLog
+++ b/packages/devs/disk/generic/mmc/current/ChangeLog
@@ -1,66 +1,71 @@
-2006-09-20  Jonathan Larmour  <jifl@eCosCentric.com>
-
-	* src/mmc_spi.c: DISK_FUNS, DISK_CHANNEL and DISK_CONTROLLER are now
-	implicitly static.
-	Update DISK_CHANNEL for new io/disk macro definition.
-
-2006-04-05  John Dallaway  <jld@ecoscentric.com>
-
-	* cdl/devs_disk_mmc.cdl: Add reference to package documentation.
-
-2006-03-17  Jonathan Larmour  <jifl@eCosCentric.com>
+2006-09-21  Jonathan Larmour  <jifl@eCosCentric.com>
 
-	* src/mmc_spi.c (struct cyg_mmc_spi_disk_info_t): Store underlying
-	medium's read/write block length.
-	(mmc_spi_check_for_disk): Store underlying medium's
-	read/write block length.
-	(mmc_spi_disk_lookup): Report medium block size to disk layer.
-	(mmc_spi_disk_read): API now requires sector reads to be with length
-	of sectors not bytes.
-	(mmc_spi_disk_write): Ditto.
-
-2005-10-28  Jonathan Larmour  <jifl@eCosCentric.com>
-
-	* include/mmc_protocol.h: Move from src/ to here.
-	* src/mmc_spi.c: Reflect above move.
-
-2004-08-30  Bart Veer  <bartv@ecoscentric.com>
+	* Contribution of MMC/SPI package from eCosCentric. eCosCentric
+	changes prior to contribution are included below for reference:
 
-	* src/mmc_spi.c (mmc_spi_write_disk_block): disable background
-	writes. Some MMC cards don't seem to implement this correctly so
-	if you are trying to talking to another SPI device the MMC card
-	still replies.
-
-2004-07-03  Bart Veer  <bartv@ecoscentric.com>
-
-	* src/mmc_spi.c (MMC_SPI_READ_DATA_TOKEN_RETRIES): increase the
-	number of iterations. With some cards a read can occasionally take
-	50* longer than normal.
-
-2004-07-01  Bart Veer  <bartv@ecoscentric.com>
-
-	* src/mmc_spi.c: reorganize write code, to work around problems
-	with some cards.
-
-2004-06-29  Bart Veer  <bartv@ecoscentric.com>
-
-	* src/mmc_spi.c: some cards require an extra delay during a mount
-	sequence, when doing the first read of a data block. Also added
-	some recovery code to the mount code in case a previous session
-	left the card still sending data.
-
-2004-06-15  Bart Veer  <bartv@ecoscentric.com>
-
-	* src/mmc_spi.c (mmc_spi_check_for_disk): allow platform HALs to
-	customize the mount sequence.
-
-	* doc/disk_mmc.sgml: document the above change.
-	
-2004-04-25  Bart Veer  <bartv@ecoscentric.com>
-
-	* MMC package created
-
-//===========================================================================
+  2006-09-20  Jonathan Larmour  <jifl@eCosCentric.com>
+  
+  	* src/mmc_spi.c: DISK_FUNS, DISK_CHANNEL and DISK_CONTROLLER are now
+  	implicitly static.
+  	Update DISK_CHANNEL for new io/disk macro definition.
+  
+  2006-04-05  John Dallaway  <jld@ecoscentric.com>
+  
+  	* cdl/devs_disk_mmc.cdl: Add reference to package documentation.
+  
+  2006-03-17  Jonathan Larmour  <jifl@eCosCentric.com>
+  
+  	* src/mmc_spi.c (struct cyg_mmc_spi_disk_info_t): Store underlying
+  	medium's read/write block length.
+  	(mmc_spi_check_for_disk): Store underlying medium's
+  	read/write block length.
+  	(mmc_spi_disk_lookup): Report medium block size to disk layer.
+  	(mmc_spi_disk_read): API now requires sector reads to be with length
+  	of sectors not bytes.
+  	(mmc_spi_disk_write): Ditto.
+  
+  2005-10-28  Jonathan Larmour  <jifl@eCosCentric.com>
+  
+  	* include/mmc_protocol.h: Move from src/ to here.
+  	* src/mmc_spi.c: Reflect above move.
+  
+  2004-08-30  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* src/mmc_spi.c (mmc_spi_write_disk_block): disable background
+  	writes. Some MMC cards don't seem to implement this correctly so
+  	if you are trying to talking to another SPI device the MMC card
+  	still replies.
+  
+  2004-07-03  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* src/mmc_spi.c (MMC_SPI_READ_DATA_TOKEN_RETRIES): increase the
+  	number of iterations. With some cards a read can occasionally take
+  	50* longer than normal.
+  
+  2004-07-01  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* src/mmc_spi.c: reorganize write code, to work around problems
+  	with some cards.
+  
+  2004-06-29  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* src/mmc_spi.c: some cards require an extra delay during a mount
+  	sequence, when doing the first read of a data block. Also added
+  	some recovery code to the mount code in case a previous session
+  	left the card still sending data.
+  
+  2004-06-15  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* src/mmc_spi.c (mmc_spi_check_for_disk): allow platform HALs to
+  	customize the mount sequence.
+  
+  	* doc/disk_mmc.sgml: document the above change.
+  	
+  2004-04-25  Bart Veer  <bartv@ecoscentric.com>
+  
+  	* MMC package created
+  
+  //===========================================================================
 //####ECOSGPLCOPYRIGHTBEGIN####
 // -------------------------------------------
 // This file is part of eCos, the Embedded Configurable Operating System.