summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/ChangeLog6
-rw-r--r--c/src/optman/sapi/no-io.c3
2 files changed, 7 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 5230dc448a..46e2eddade 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * optman/sapi/no-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.
+
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index 76a2a2219b..85c36795b9 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -22,8 +22,7 @@
void _IO_Manager_initialization(
rtems_driver_address_table *driver_table,
uint32_t drivers_in_table,
- uint32_t number_of_drivers,
- uint32_t number_of_devices
+ uint32_t number_of_drivers
)
{
}