summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-20 17:06:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-20 17:06:15 +0000
commitfb4f19f134a007e05afe606ca1d528767308bb17 (patch)
treee3aa3a6c541aaba39e693b6019ba298965e3c088
parentSync with rtems-4-8-branch. (diff)
downloadrtems-fb4f19f134a007e05afe606ca1d528767308bb17.tar.bz2
2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/conf.t8
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 24be219f4a..d44a61c9d7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
+
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/mp.t: Now builds.
diff --git a/doc/user/conf.t b/doc/user/conf.t
index 561b6d4969..148ce6889c 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -284,10 +284,10 @@ defined.
@findex CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER}
is defined
-if the application wishes to include the Console Device Driver.
-This device driver is responsible for providing standard input
-and output using "/dev/console". By default, this is not
-defined.
+if the application wishes to include the Clock Device Driver.
+This device driver is responsible for providing a regular
+interrupt which invokes the @code{rtems_clock_tick} directive.
+By default, this is not defined.
@findex CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
@item @code{CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER}