summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:16:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:16:14 +0000
commit78801939e2058290656ea969a2e56ea6421c9252 (patch)
treedff16f7834516c0a19329b37e78e2a07b6cd155e
parentEliminate obsolete types. (diff)
downloadrtems-78801939e2058290656ea969a2e56ea6421c9252.tar.bz2
2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types. * libchip/rtc/mc146818a.h: Eliminate obsolete types.
-rw-r--r--c/src/ChangeLog13
1 files changed, 9 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index e202747f05..1e03ded52a 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,16 +1,21 @@
+2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types.
+ * libchip/rtc/mc146818a.h: Eliminate obsolete types.
+
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/network/dec21140.c, libchip/network/elnk.c: Use
libcpu/byteorder.h for i386.
-2005-11-02 straumanatslacdotstanford.edu
+2005-11-02 Till Straumann <strauman@slac.stanford.edu>
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h,
libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: New files.
* libchip/Makefile.am, libchip/preinstall.am, wrapup/Makefile.am:
- added a simple API/library
- for i2c devices and drivers for i2c 2-byte eeproms and a ds1621
- temperature sensor; API is documented in libi2c.h
+ added a simple API/library for i2c devices and drivers for i2c
+ 2-byte eeproms and a ds1621 temperature sensor; API is documented
+ in libi2c.h.
2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>