summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2008-08-02 06:26:29 +0000
committerChris Johns <chrisj@rtems.org>2008-08-02 06:26:29 +0000
commitf031251cee129a9fbce4041510602edf8d123c06 (patch)
treeaa6da203b4af8a8edc78704bb08d0de5e1edd289 /c/src/ChangeLog
parent2008-08-02 Chris Johns (chrisj@rtems.org> (diff)
downloadrtems-f031251cee129a9fbce4041510602edf8d123c06.tar.bz2
2008-08-02 Chris Johns <chrisj@rtems.org>
* libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove rtems_blkdev_request count and start references. Use RTEMS_BLKDEV_START_BLOCK.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index df801465e4..dc8b95365d 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-02 Chris Johns <chrisj@rtems.org>
+
+ * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Remove
+ rtems_blkdev_request count and start references. Use
+ RTEMS_BLKDEV_START_BLOCK.
+
2008-07-29 Chris Johns <chrisj@rtems.org>
* libchip/i2c/spi-sd-card.c: Updated to the libblock changes.