forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user