[rtems commit] documentation: Move CONFIGURE_MAXIMUM_DEVICES

Sebastian Huber sebh at rtems.org
Thu Apr 10 09:45:04 UTC 2014


Module:    rtems
Branch:    master
Commit:    d61f550246c1cc42cd4270318cfaa78b83223f7d
Changeset: http://git.rtems.org/rtems/commit/?id=d61f550246c1cc42cd4270318cfaa78b83223f7d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Apr 10 11:50:38 2014 +0200

documentation: Move CONFIGURE_MAXIMUM_DEVICES

Move CONFIGURE_MAXIMUM_DEVICES documentation to "File System
Configuration Parameters".  This define has nothing to do with the
device driver table.

---

 doc/user/conf.t |   66 +++++++++++++++++++++++++++---------------------------
 1 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/doc/user/conf.t b/doc/user/conf.t
index a3f9824..6fbf211 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -2612,6 +2612,39 @@ The devFS is comparable in functionality to the pseudo-filesystem name
 space provided before RTEMS release 4.5.0.
 
 @c
+ at c === CONFIGURE_MAXIMUM_DEVICES ===
+ at c
+ at subsection Specifying Maximum Devices
+
+ at findex CONFIGURE_MAXIMUM_DEVICES
+
+ at table @b
+ at item CONSTANT:
+ at code{CONFIGURE_MAXIMUM_DEVICES}
+
+ at item DATA TYPE:
+Unsigned integer (@code{uint32_t}).
+
+ at item RANGE:
+Positive.
+
+ at item DEFAULT VALUE:
+If @code{BSP_MAXIMUM_DEVICES} is defined, then the
+default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4.
+
+ at end table
+
+ at subheading DESCRIPTION:
+ at code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of
+individual devices that may be registered in the device file system (devFS).
+
+ at subheading NOTES:
+This option is specific to the device file system (devFS) and should not be
+confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option.  This parameter only
+impacts the devFS and thus is only used by @code{<rtems/confdefs.h>} when
+ at code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified.
+
+ at c
 @c === CONFIGURE_APPLICATION_DISABLE_FILESYSTEM ===
 @c
 @subsection Disable File System Support
@@ -3871,39 +3904,6 @@ configured device drivers. Drivers configured using the
 are statically installed.
 
 @c
- at c === CONFIGURE_MAXIMUM_DEVICES ===
- at c
- at subsection Specifying Maximum Devices
-
- at findex CONFIGURE_MAXIMUM_DEVICES
-
- at table @b
- at item CONSTANT:
- at code{CONFIGURE_MAXIMUM_DEVICES}
-
- at item DATA TYPE:
-Unsigned integer (@code{uint32_t}).
-
- at item RANGE:
-Positive.
-
- at item DEFAULT VALUE:
-If @code{BSP_MAXIMUM_DEVICES} is defined, then the
-default value is @code{BSP_MAXIMUM_DEVICES}, otherwise the default value is 4.
-
- at end table
-
- at subheading DESCRIPTION:
- at code{CONFIGURE_MAXIMUM_DEVICES} is defined to the number of
-individual devices that may be registered in the device file system (devFS).
-
- at subheading NOTES:
-This option is specific to the device file system (devFS) and should not be
-confused with the @code{CONFIGURE_MAXIMUM_DRIVERS} option.  This parameter only
-impacts the devFS and thus is only used by @code{<rtems/confdefs.h>} when
- at code{CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM} is specified.
-
- at c
 @c === CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER ===
 @c
 @subsection Enable Console Device Driver




More information about the vc mailing list