From ff3f8c85c3f2098af3ffc8330b3a6cf636035edf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 May 2007 15:51:01 +0000 Subject: 2007-05-28 Joel Sherrill * 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. --- cpukit/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * sapi/include/confdefs.h: Add CONFIGURE_MESSAGE_BUFFER_MEMORY so there -- cgit v1.2.3