summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:50:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-28 15:50:52 +0000
commit001b4b04f68d1579de94ec94f9ed6d3015c09095 (patch)
tree27a12e8f9f5c892c801f9b4dab08cea6092048d3 /doc/user/conf.t
parent2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-001b4b04f68d1579de94ec94f9ed6d3015c09095.tar.bz2
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
Diffstat (limited to 'doc/user/conf.t')
-rw-r--r--doc/user/conf.t9
1 files changed, 0 insertions, 9 deletions
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