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.
This commit is contained in:
Joel Sherrill
2007-05-29 11:35:51 +00:00
parent 15aecdc8f4
commit 3f72383ce8
2 changed files with 7 additions and 2 deletions

View File

@@ -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> 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c, * optman/Makefile.am, optman/preinstall.am, optman/rtems/no-dpmem.c,

View File

@@ -22,8 +22,7 @@
void _IO_Manager_initialization( void _IO_Manager_initialization(
rtems_driver_address_table *driver_table, rtems_driver_address_table *driver_table,
uint32_t drivers_in_table, uint32_t drivers_in_table,
uint32_t number_of_drivers, uint32_t number_of_drivers
uint32_t number_of_devices
) )
{ {
} }