summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-29 18:45:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-29 18:45:16 +0000
commit7a03c09b43f0aea54cb59371a76875d3e693f7ea (patch)
tree7dea36c9f7c1cd5e74cc2876de4b703747010a6b /cpukit/ChangeLog
parent2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7a03c09b43f0aea54cb59371a76875d3e693f7ea.tar.bz2
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h, sapi/src/io.c: Readded code to copy driver table into Workspace but now it is only done if the application needs extra slots for dynamic driver registration. Cleaned up rtems_io_register_driver and rtems_io_unregister_driver code and added numerous error cases to register.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index eea3f4faf9..7f530461cd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * sapi/include/confdefs.h, sapi/src/io.c: Readded code to copy driver
+ table into Workspace but now it is only done if the application needs
+ extra slots for dynamic driver registration. Cleaned up
+ rtems_io_register_driver and rtems_io_unregister_driver code and
+ added numerous error cases to register.
+
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/Makefile.am, libmisc/monitor/mon-object.c,