summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-14 11:17:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-14 11:17:00 +0200
commita0001d64fea2619a76fd117967756089e5305f09 (patch)
treea7530349f23d201bc75941750c6762a3f3656ec3 /doc
parentscore: Avoid Giant lock in _Objects_Id_to_name() (diff)
downloadrtems-a0001d64fea2619a76fd117967756089e5305f09.tar.bz2
Remove obsolete rtems_clock_major/minor
These global variables are obsolete since 65f71f8472fa904ca48b816301ed0810def47001.
Diffstat (limited to 'doc')
-rw-r--r--doc/bsp_howto/clock.t17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/bsp_howto/clock.t b/doc/bsp_howto/clock.t
index 6c00c5d267..396634b067 100644
--- a/doc/bsp_howto/clock.t
+++ b/doc/bsp_howto/clock.t
@@ -19,23 +19,6 @@ The clock driver is located in the @code{clock} directory of the BSP.
This section describes the global variables expected to be provided by
this driver.
-@subsection Major and Minor Number
-
-The major and minor numbers of the clock driver are made available via
-the following variables.
-
-@itemize @bullet
-@item rtems_device_major_number rtems_clock_major;
-@item rtems_device_minor_number rtems_clock_minor;
-@end itemize
-
-The clock device driver is responsible for declaring and
-initializing these variables. These variables are used
-by other RTEMS components -- notably the Shared Memory Driver.
-
-@b{NOTE:} In a future RTEMS version, these variables may be replaced
-with the clock device driver registering @b{/dev/clock}.
-
@subsection Ticks Counter
Most of the clock device drivers provide a global variable