From 001b4b04f68d1579de94ec94f9ed6d3015c09095 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 28 May 2007 15:50:52 +0000 Subject: 2007-05-28 Joel Sherrill * user/conf.t: 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. --- doc/user/conf.t | 9 --------- 1 file changed, 9 deletions(-) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 346c46b37b..4cacefb99a 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -726,7 +726,6 @@ typedef struct @{ rtems_unsigned32 maximum_extensions; rtems_unsigned32 microseconds_per_tick; rtems_unsigned32 ticks_per_timeslice; - rtems_unsigned32 maximum_devices; rtems_unsigned32 maximum_drivers; rtems_unsigned32 number_of_device_drivers; rtems_driver_address_table *Device_driver_table; @@ -806,19 +805,11 @@ When using the @code{rtems/confdefs.h} mechanism for configuring an RTEMS application, the value for this field corresponds to the setting of the macro @code{CONFIGURE_TICKS_PER_TIMESLICE}. -@item maximum_devices -is the maximum number of devices that can be registered. -When using the @code{rtems/confdefs.h} mechanism for configuring -an RTEMS application, the value for this field corresponds -to the setting of the macro @code{CONFIGURE_MAXIMUM_DEVICES}. - @item maximum_drivers is the maximum number of device drivers that can be registered. When using the @code{rtems/confdefs.h} mechanism for configuring an RTEMS application, the value for this field corresponds to the setting of the macro @code{CONFIGURE_MAXIMUM_DRIVERS}. -This value is set to @code{maximum_devices} if it is greater -than @code{maximum_drivers}. @item number_of_device_drivers is the number of device drivers for the system. There should be -- cgit v1.2.3