summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-21 06:20:49 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-21 06:20:49 +0000
commitd2ff24c22d65f24163e9063c78896459384c5627 (patch)
treedfffba11bf10034e1bd9f9a79707b1bc33fb0d48 /cpukit/ChangeLog
parent2007-11-20 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-d2ff24c22d65f24163e9063c78896459384c5627.tar.bz2
2007-11-17 Till Straumann <strauman@slac.stanford.edu>
* libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c: Added checks so that use of 'stdio' is avoided (falling back to 'printk') before the system is up. Publish driver entry points so that the libi2c driver could be added to the applications 'device driver table'. This is not fully implemented yet, though, since in addition to initializing libi2c the low-level i2c bus drivers as well as high-level i2c device drivers need to be registered with the library. Updated README_libi2c accordingly.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 575515ab39..03cf78ce79 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,18 @@
2007-11-17 Till Straumann <strauman@slac.stanford.edu>
+ * libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c:
+ Added checks so that use of 'stdio' is avoided (falling
+ back to 'printk') before the system is up.
+ Publish driver entry points so that the libi2c driver could
+ be added to the applications 'device driver table'.
+ This is not fully implemented yet, though, since in addition to
+ initializing libi2c the low-level i2c bus drivers as well
+ as high-level i2c device drivers need to be registered
+ with the library.
+ Updated README_libi2c accordingly.
+
+2007-11-17 Till Straumann <strauman@slac.stanford.edu>
+
* libnetworking/rtems/rtems_glue.c: let rtems_bsdnet_ifconfig
(SIOCGIFMEDIA) pass the user parameter down to the ioctl
so that it knows what PHY they want to look at.