summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:51:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:51:01 +0000
commitff3f8c85c3f2098af3ffc8330b3a6cf636035edf (patch)
tree2e766ce877f4653a8146538493f464b8f622dea4 /cpukit/ChangeLog
parent2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-ff3f8c85c3f2098af3ffc8330b3a6cf636035edf.tar.bz2
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* libmisc/Makefile.am, libmisc/monitor/mon-object.c, libmisc/monitor/monitor.h, sapi/include/confdefs.h, sapi/include/rtems/config.h, sapi/include/rtems/io.h, sapi/src/exinit.c, sapi/src/io.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. This also eliminated the variables _IO_Number_of_devices and _IO_Driver_name_table from RTEMS as well as the memory allocation used to populate _IO_Driver_name_table. * libmisc/monitor/mon-dname.c: Removed.
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 0f96dd7d0f..eea3f4faf9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,16 @@
+2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libmisc/Makefile.am, libmisc/monitor/mon-object.c,
+ libmisc/monitor/monitor.h, sapi/include/confdefs.h,
+ sapi/include/rtems/config.h, sapi/include/rtems/io.h,
+ sapi/src/exinit.c, sapi/src/io.c: Eliminate maximum_drivers
+ configuration parameter since it was used to configure a no longer
+ used feature. Device names are now part of the filesystem not in a
+ table. This also eliminated the variables _IO_Number_of_devices and
+ _IO_Driver_name_table from RTEMS as well as the memory allocation
+ used to populate _IO_Driver_name_table.
+ * libmisc/monitor/mon-dname.c: Removed.
+
2007-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Add CONFIGURE_MESSAGE_BUFFER_MEMORY so there