summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-20 21:55:30 +0000
commit10122b7195f820088df9523f61e99affef417669 (patch)
tree9411c807c7a446026292856d70b3e90efbefdebe
parentRenamed to rtemstimer.c to avoid conflict with timer drivers in EVERY (diff)
downloadrtems-10122b7195f820088df9523f61e99affef417669.tar.bz2
Initial revision
-rw-r--r--doc/itron3.0/Makefile123
-rw-r--r--doc/itron3.0/config.t196
-rw-r--r--doc/itron3.0/eventflags.t295
-rw-r--r--doc/itron3.0/fixedblock.t262
-rw-r--r--doc/itron3.0/gen_section181
-rw-r--r--doc/itron3.0/interrupt.t328
-rw-r--r--doc/itron3.0/itron.texi145
-rw-r--r--doc/itron3.0/mailbox.t262
-rw-r--r--doc/itron3.0/memorypool.t262
-rw-r--r--doc/itron3.0/msgbuffer.t328
-rw-r--r--doc/itron3.0/network.t163
-rw-r--r--doc/itron3.0/rendezvous.t394
-rw-r--r--doc/itron3.0/semaphore.t262
-rw-r--r--doc/itron3.0/task.t769
-rw-r--r--doc/itron3.0/tasksync.t263
-rw-r--r--doc/itron3.0/time.t328
16 files changed, 4561 insertions, 0 deletions
diff --git a/doc/itron3.0/Makefile b/doc/itron3.0/Makefile
new file mode 100644
index 0000000000..4486319dd1
--- /dev/null
+++ b/doc/itron3.0/Makefile
@@ -0,0 +1,123 @@
+#
+# COPYRIGHT (c) 1988-1998.
+# On-Line Applications Research Corporation (OAR).
+# All rights reserved.
+#
+# $Id$
+#
+
+PROJECT=itron
+TEXI2DVI=../tools/texi2dvi
+MAKEINFO=makeinfo
+TEXI2WWW=../tools/texi2www
+BMENU=../tools/bmenu
+TEXI2WWW_ARGS=-dirfile index.html \
+ -header ../tools/rtems_header.html \
+ -footer ../tools/rtems_footer.html \
+ -icons .
+
+
+all: html info ps
+
+COMMON_FILES=
+
+GENERATED_FILES= \
+ task.texi tasksync.texi semaphore.texi eventflags.texi mailbox.texi \
+ msgbuffer.texi rendezvous.texi interrupt.texi memorypool.texi \
+ fixedblock.texi time.texi config.texi network.texi
+
+FILES= $(PROJECT).texi \
+ $(COMMON_FILES) $(GENERATED_FILES)
+
+INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
+
+info: $(FILES) $(PROJECT)
+
+$(PROJECT): $(FILES)
+ $(MAKEINFO) $(PROJECT).texi
+
+dvi: $(PROJECT).dvi
+ps: $(PROJECT).ps
+
+$(PROJECT).ps: $(PROJECT).dvi
+ dvips -o $(PROJECT).ps $(PROJECT).dvi
+
+$(PROJECT).dvi: $(FILES)
+ $(TEXI2DVI) $(PROJECT).texi
+
+html: $(FILES)
+ -mkdir -p html
+ cp $(wildcard ../tools/*.gif) html
+ $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir html $(PROJECT).texi
+
+clean:
+ rm -f *.o $(PROG) *.txt core *.html
+ rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
+ rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES)
+ rm -rf html
+
+task.texi: task.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+tasksync.texi: tasksync.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+semaphore.texi: semaphore.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+eventflags.texi: eventflags.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+mailbox.texi: mailbox.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+msgbuffer.texi: msgbuffer.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+rendezvous.texi: rendezvous.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+interrupt.texi: interrupt.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+memorypool.texi: memorypool.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+fixedblock.texi: fixedblock.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+time.texi: time.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+config.texi: config.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
+network.texi: network.t Makefile
+ $(BMENU) -p "" \
+ -u "Top" \
+ -n "" ${*}.t
+
diff --git a/doc/itron3.0/config.t b/doc/itron3.0/config.t
new file mode 100644
index 0000000000..4a7655a68c
--- /dev/null
+++ b/doc/itron3.0/config.t
@@ -0,0 +1,196 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the system
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter System Manager
+
+@section Introduction
+
+The
+system manager is ...
+
+The services provided by the system manager are:
+
+@itemize @bullet
+@item @code{get_ver} -
+@item @code{ref_sys} -
+@item @code{ref_cfg} -
+@item @code{def_svc} -
+@item @code{def_exc} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the system manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c get_ver
+@c
+
+@page
+@subsection get_ver -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_ver(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_sys
+@c
+
+@page
+@subsection ref_sys -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_sys(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_cfg
+@c
+
+@page
+@subsection ref_cfg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_cfg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c def_svc
+@c
+
+@page
+@subsection def_svc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_svc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c def_exc
+@c
+
+@page
+@subsection def_exc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_exc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/eventflags.t b/doc/itron3.0/eventflags.t
new file mode 100644
index 0000000000..642d99765e
--- /dev/null
+++ b/doc/itron3.0/eventflags.t
@@ -0,0 +1,295 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the eventflags
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Eventflags Manager
+
+@section Introduction
+
+The
+eventflags manager is ...
+
+The services provided by the eventflags manager are:
+
+@itemize @bullet
+@item @code{cre_flg} -
+@item @code{del_flg} -
+@item @code{set_flg} -
+@item @code{clr_flg} -
+@item @code{wai_flg} -
+@item @code{pol_flg} -
+@item @code{twai_flg} -
+@item @code{ref_flg} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the eventflags manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_flg
+@c
+
+@page
+@subsection cre_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_flg
+@c
+
+@page
+@subsection del_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c set_flg
+@c
+
+@page
+@subsection set_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int set_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c clr_flg
+@c
+
+@page
+@subsection clr_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int clr_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c wai_flg
+@c
+
+@page
+@subsection wai_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int wai_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pol_flg
+@c
+
+@page
+@subsection pol_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pol_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c twai_flg
+@c
+
+@page
+@subsection twai_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int twai_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_flg
+@c
+
+@page
+@subsection ref_flg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_flg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/fixedblock.t b/doc/itron3.0/fixedblock.t
new file mode 100644
index 0000000000..d516961ba4
--- /dev/null
+++ b/doc/itron3.0/fixedblock.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the fixed block
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Fixed Block Manager
+
+@section Introduction
+
+The
+fixed block manager is ...
+
+The services provided by the fixed block manager are:
+
+@itemize @bullet
+@item @code{cre_mpf} -
+@item @code{del_mpf} -
+@item @code{get_blf} -
+@item @code{pget_blf} -
+@item @code{tget_blf} -
+@item @code{rel_blf} -
+@item @code{ref_mpf} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the fixed block manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_mpf
+@c
+
+@page
+@subsection cre_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mpf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_mpf
+@c
+
+@page
+@subsection del_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mpf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c get_blf
+@c
+
+@page
+@subsection get_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_blf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pget_blf
+@c
+
+@page
+@subsection pget_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pget_blf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tget_blf
+@c
+
+@page
+@subsection tget_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tget_blf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rel_blf
+@c
+
+@page
+@subsection rel_blf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rel_blf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_mpf
+@c
+
+@page
+@subsection ref_mpf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mpf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/gen_section b/doc/itron3.0/gen_section
new file mode 100644
index 0000000000..e5bd9d5d5a
--- /dev/null
+++ b/doc/itron3.0/gen_section
@@ -0,0 +1,181 @@
+#
+# This shell script generates the starting template for a manager chapter.
+#
+
+
+# Set this based on which chapter you want to generate a template for.
+chapter=$1
+
+case ${chapter} in
+ task)
+ CHAPTER_CAPS="Task"
+ CHAPTER_LOWER="task"
+ ROUTINES=" cre_tsk del_tsk sta_tsk ext_tsk exd_tsk ter_tsk \
+ dis_dsp ena_dsp chg_pri rot_rdq rel_wai get_tid ref_tsk"
+ ;;
+
+ tasksync)
+ CHAPTER_CAPS="Task-Dependent Synchronization"
+ CHAPTER_LOWER="task-dependent synchronization"
+ ROUTINES=" sus_tsk rsm_tsk frsm_tsk \
+ slp_tsk tslp_tsk wup_tsk can_wup"
+ ;;
+
+ semaphore)
+ CHAPTER_CAPS="Semaphore"
+ CHAPTER_LOWER="semaphore"
+ ROUTINES="cre_sem del_sem sig_sem wai_sem preq_sem twai_sem ref_sem "
+ ;;
+
+ eventflags)
+ CHAPTER_CAPS="Eventflags"
+ CHAPTER_LOWER="eventflags"
+ ROUTINES=" cre_flg del_flg set_flg clr_flg wai_flg pol_flg \
+ twai_flg ref_flg "
+ ;;
+
+ mailbox)
+ CHAPTER_CAPS="Mailbox"
+ CHAPTER_LOWER="mailbox"
+ ROUTINES="cre_mbx del_mbx snd_msg rcv_msg prcv_msg trcv_msg ref_mbx"
+ ;;
+
+ msgbuffer)
+ CHAPTER_CAPS="Message Buffer"
+ CHAPTER_LOWER="message buffer"
+ ROUTINES=" cre_mbf del_mbf snd_mbf psnd_mbf tsnd_mbf rcv_mbf prcv_mbf \
+ trcv_mbf ref_mbf "
+ ;;
+
+ rendezvous)
+ CHAPTER_CAPS="Rendezvous"
+ CHAPTER_LOWER="rendezvous"
+ ROUTINES=" cre_por del_por cal_por pcal_por tcal_por acp_por pacp_por \
+ tacp_por fwd_por rpl_rdv ref_por"
+ ;;
+
+ interrupt)
+ CHAPTER_CAPS="Interrupt"
+ CHAPTER_LOWER="interrupt"
+ ROUTINES=" def_int ret_int ret_wup loc_cpu unl_cpu dis_int ena_int
+ chg_iXX ref_iXX"
+ ;;
+
+ memorypool)
+ CHAPTER_CAPS="Memory Pool"
+ CHAPTER_LOWER="memory pool"
+ ROUTINES=" cre_mpl del_mpl get_blk pget_blk tget_blk rel_blk ref_mpl"
+ ;;
+
+ fixedblock)
+ CHAPTER_CAPS="Fixed Block"
+ CHAPTER_LOWER="fixed block"
+ ROUTINES=" cre_mpf del_mpf get_blf pget_blf tget_blf rel_blf ref_mpf"
+ ;;
+
+
+ time)
+ CHAPTER_CAPS="Time"
+ CHAPTER_LOWER="time"
+ ROUTINES=" get_tim set_tim dly_tsk \
+ def_cyc act_cyc ref_cyc \
+ def_alm ref_alm ret_tmr"
+ ;;
+
+ config)
+ CHAPTER_CAPS="System"
+ CHAPTER_LOWER="system"
+ ROUTINES=" get_ver ref_sys ref_cfg def_svc def_exc"
+ ;;
+
+ network)
+ CHAPTER_CAPS="Network Support"
+ CHAPTER_LOWER="network support"
+ ROUTINES=" nrea_dat nwri_dat nget_nod nget_ver"
+ ;;
+ *)
+ echo "Unknown chapter name"
+ exit 1
+ ;;
+esac
+
+if [ "x${CHAPTER_CAPS}" = "x" -o "x${CHAPTER_LOWER}" = "x" \
+ -o "x${ROUTINES}" = "x" ] ; then
+ echo "initialization problem"
+ exit 1
+fi
+
+echo "@c"
+echo "@c This is the chapter from the RTEMS ITRON User's Guide that"
+echo "@c documents the services provided by the ${CHAPTER_LOWER}"
+echo "@c manager."
+echo "@c"
+echo "@c \$Id\$"
+echo "@c"
+echo ""
+echo "@chapter ${CHAPTER_CAPS}" Manager
+echo ""
+echo "@section Introduction"
+echo ""
+echo "The "
+echo "${CHAPTER_LOWER} manager is ..."
+echo ""
+echo "The services provided by the ${CHAPTER_LOWER} manager are:"
+echo ""
+echo "@itemize @bullet"
+
+for routine in ${ROUTINES}
+do
+ echo "@item @code{${routine}} - "
+done
+echo "@end itemize"
+
+echo ""
+echo "@section Background"
+echo ""
+echo "@section Operations"
+echo ""
+echo "@section Directives"
+echo ""
+echo "This section details the ${CHAPTER_LOWER} manager's services."
+echo "A subsection is dedicated to each of this manager's services"
+echo "and describes the calling sequence, related constants, usage,"
+echo "and status codes."
+echo ""
+
+for routine in ${ROUTINES}
+do
+ echo ""
+ echo "@c"
+ echo "@c ${routine}"
+ echo "@c"
+ echo ""
+ echo "@page"
+ echo "@subsection ${routine} - "
+ echo ""
+ echo "@subheading CALLING SEQUENCE:"
+ echo ""
+ echo "@ifset is-C"
+ echo "@example"
+ echo "int ${routine}("
+ echo ");"
+ echo "@end example"
+ echo "@end ifset"
+ echo ""
+ echo "@ifset is-Ada"
+ echo "@end ifset"
+ echo ""
+ echo "@subheading STATUS CODES:"
+ echo ""
+ echo "@table @b"
+ echo "@item E"
+ echo "The"
+ echo ""
+ echo "@end table"
+ echo ""
+ echo "@subheading DESCRIPTION:"
+ echo ""
+ echo "@subheading NOTES:"
+ echo ""
+done
+
diff --git a/doc/itron3.0/interrupt.t b/doc/itron3.0/interrupt.t
new file mode 100644
index 0000000000..918579b068
--- /dev/null
+++ b/doc/itron3.0/interrupt.t
@@ -0,0 +1,328 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the interrupt
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Interrupt Manager
+
+@section Introduction
+
+The
+interrupt manager is ...
+
+The services provided by the interrupt manager are:
+
+@itemize @bullet
+@item @code{def_int} -
+@item @code{ret_int} -
+@item @code{ret_wup} -
+@item @code{loc_cpu} -
+@item @code{unl_cpu} -
+@item @code{dis_int} -
+@item @code{ena_int} -
+@item @code{chg_iXX} -
+@item @code{ref_iXX} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the interrupt manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c def_int
+@c
+
+@page
+@subsection def_int -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_int(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ret_int
+@c
+
+@page
+@subsection ret_int -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ret_int(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ret_wup
+@c
+
+@page
+@subsection ret_wup -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ret_wup(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c loc_cpu
+@c
+
+@page
+@subsection loc_cpu -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int loc_cpu(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c unl_cpu
+@c
+
+@page
+@subsection unl_cpu -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int unl_cpu(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c dis_int
+@c
+
+@page
+@subsection dis_int -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int dis_int(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ena_int
+@c
+
+@page
+@subsection ena_int -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ena_int(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c chg_iXX
+@c
+
+@page
+@subsection chg_iXX -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int chg_iXX(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_iXX
+@c
+
+@page
+@subsection ref_iXX -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_iXX(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/itron.texi b/doc/itron3.0/itron.texi
new file mode 100644
index 0000000000..d815523aa8
--- /dev/null
+++ b/doc/itron3.0/itron.texi
@@ -0,0 +1,145 @@
+\input ../tools/texinfo @c -*-texinfo-*-
+@c %**start of header
+@setfilename itron
+@syncodeindex vr fn
+@synindex ky cp
+@paragraphindent 0
+@c @smallbook
+@c %**end of header
+
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@c
+@c Master file for the ITRON C User's Guide
+@c
+
+@c Joel's Questions
+@c
+@c 1. Why does paragraphindent only impact makeinfo?
+@c 2. Why does paragraphindent show up in HTML?
+@c
+
+@include ../tools/setup.texi
+
+@ignore
+@ifinfo
+@format
+START-INFO-DIR-ENTRY
+* RTEMS ITRON User's Guide: (itron). ITRON Guide
+END-INFO-DIR-ENTRY
+@end format
+@end ifinfo
+@end ignore
+
+@c variable substitution info:
+@c
+@c Note: At the moment there is not an Ada interface to ITRON.
+@set is-C
+@clear is-Ada
+@set LANGUAGE C
+@set STRUCTURE structure
+@set ROUTINE function
+@set OR |
+@set RPREFIX RTEMS_
+@set DIRPREFIX rtems_
+@c the language is @value{LANGUAGE}
+@c NOTE: don't use underscore in the name
+@c
+
+@c
+@c Title Page Stuff
+@c
+
+@set edition @value{RTEMS-EDITION}
+@set version @value{RTEMS-VERSION}
+@c @set update-date @value{RTEMS-UPDATE-DATE}
+@c @set update-month @value{RTEMS-UPDATE-MONTH}
+@set update-date 17 May 1999
+@set update-month May 1999
+
+@c
+@c I don't really like having a short title page. --joel
+@c
+@c @shorttitlepage ITRON User's Guide
+
+@setchapternewpage odd
+@settitle ITRON API User's Guide
+@titlepage
+@finalout
+
+@title RTEMS ITRON User's Guide
+@subtitle Edition @value{edition}, for RTEMS @value{version}
+@sp 1
+@subtitle @value{update-month}
+@author UAH CS595
+@page
+@end titlepage
+
+@c This prevents a black box from being printed on "overflow" lines.
+@c The alternative is to rework a sentence to avoid this problem.
+
+@include task.texi
+@include tasksync.texi
+@include semaphore.texi
+@include eventflags.texi
+@include mailbox.texi
+@include msgbuffer.texi
+@include rendezvous.texi
+@include interrupt.texi
+@include memorypool.texi
+@include fixedblock.texi
+@include time.texi
+@include config.texi
+@include network.texi
+@ifinfo
+@node Top, , (dir), (dir)
+@top itron
+
+This is the online version of the RTEMS ITRON API User's Guide
+
+@menu
+* Task Manager::
+* Task-Dependent Synchronization Manager::
+* Semaphore Manager::
+* Eventflags Manager::
+* Mailbox Manager::
+* Message Buffer Manager::
+* Rendezvous Manager::
+* Interrupt Manager::
+* Memory Pool Manager::
+* Fixed Block Manager::
+* Time Manager::
+* System Manager::
+* Network Support Manager::
+* Command and Variable Index::
+* Concept Index::
+@end menu
+
+@end ifinfo
+@c
+@c
+@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
+@c
+
+@node Command and Variable Index, Concept Index, , Top
+@unnumbered Command and Variable Index
+
+There are currently no Command and Variable Index entries.
+
+@c @printindex fn
+
+@node Concept Index, , Command and Variable Index, Top
+@unnumbered Concept Index
+
+There are currently no Concept Index entries.
+@c @printindex cp
+
+@contents
+@bye
+
diff --git a/doc/itron3.0/mailbox.t b/doc/itron3.0/mailbox.t
new file mode 100644
index 0000000000..ee6a0256e0
--- /dev/null
+++ b/doc/itron3.0/mailbox.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the mailbox
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Mailbox Manager
+
+@section Introduction
+
+The
+mailbox manager is ...
+
+The services provided by the mailbox manager are:
+
+@itemize @bullet
+@item @code{cre_mbx} -
+@item @code{del_mbx} -
+@item @code{snd_msg} -
+@item @code{rcv_msg} -
+@item @code{prcv_msg} -
+@item @code{trcv_msg} -
+@item @code{ref_mbx} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the mailbox manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_mbx
+@c
+
+@page
+@subsection cre_mbx -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mbx(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_mbx
+@c
+
+@page
+@subsection del_mbx -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mbx(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c snd_msg
+@c
+
+@page
+@subsection snd_msg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int snd_msg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rcv_msg
+@c
+
+@page
+@subsection rcv_msg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rcv_msg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c prcv_msg
+@c
+
+@page
+@subsection prcv_msg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int prcv_msg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c trcv_msg
+@c
+
+@page
+@subsection trcv_msg -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int trcv_msg(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_mbx
+@c
+
+@page
+@subsection ref_mbx -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mbx(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/memorypool.t b/doc/itron3.0/memorypool.t
new file mode 100644
index 0000000000..7df5fcc976
--- /dev/null
+++ b/doc/itron3.0/memorypool.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the memory pool
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Memory Pool Manager
+
+@section Introduction
+
+The
+memory pool manager is ...
+
+The services provided by the memory pool manager are:
+
+@itemize @bullet
+@item @code{cre_mpl} -
+@item @code{del_mpl} -
+@item @code{get_blk} -
+@item @code{pget_blk} -
+@item @code{tget_blk} -
+@item @code{rel_blk} -
+@item @code{ref_mpl} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the memory pool manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_mpl
+@c
+
+@page
+@subsection cre_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_mpl
+@c
+
+@page
+@subsection del_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c get_blk
+@c
+
+@page
+@subsection get_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pget_blk
+@c
+
+@page
+@subsection pget_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pget_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tget_blk
+@c
+
+@page
+@subsection tget_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tget_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rel_blk
+@c
+
+@page
+@subsection rel_blk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rel_blk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_mpl
+@c
+
+@page
+@subsection ref_mpl -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mpl(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/msgbuffer.t b/doc/itron3.0/msgbuffer.t
new file mode 100644
index 0000000000..a29a18877d
--- /dev/null
+++ b/doc/itron3.0/msgbuffer.t
@@ -0,0 +1,328 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the message buffer
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Message Buffer Manager
+
+@section Introduction
+
+The
+message buffer manager is ...
+
+The services provided by the message buffer manager are:
+
+@itemize @bullet
+@item @code{cre_mbf} -
+@item @code{del_mbf} -
+@item @code{snd_mbf} -
+@item @code{psnd_mbf} -
+@item @code{tsnd_mbf} -
+@item @code{rcv_mbf} -
+@item @code{prcv_mbf} -
+@item @code{trcv_mbf} -
+@item @code{ref_mbf} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the message buffer manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_mbf
+@c
+
+@page
+@subsection cre_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_mbf
+@c
+
+@page
+@subsection del_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c snd_mbf
+@c
+
+@page
+@subsection snd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int snd_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c psnd_mbf
+@c
+
+@page
+@subsection psnd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int psnd_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tsnd_mbf
+@c
+
+@page
+@subsection tsnd_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tsnd_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rcv_mbf
+@c
+
+@page
+@subsection rcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rcv_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c prcv_mbf
+@c
+
+@page
+@subsection prcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int prcv_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c trcv_mbf
+@c
+
+@page
+@subsection trcv_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int trcv_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_mbf
+@c
+
+@page
+@subsection ref_mbf -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_mbf(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/network.t b/doc/itron3.0/network.t
new file mode 100644
index 0000000000..924d03b7f7
--- /dev/null
+++ b/doc/itron3.0/network.t
@@ -0,0 +1,163 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the network support
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Network Support Manager
+
+@section Introduction
+
+The
+network support manager is ...
+
+The services provided by the network support manager are:
+
+@itemize @bullet
+@item @code{nrea_dat} -
+@item @code{nwri_dat} -
+@item @code{nget_nod} -
+@item @code{nget_ver} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the network support manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c nrea_dat
+@c
+
+@page
+@subsection nrea_dat -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nrea_dat(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c nwri_dat
+@c
+
+@page
+@subsection nwri_dat -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nwri_dat(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c nget_nod
+@c
+
+@page
+@subsection nget_nod -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nget_nod(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c nget_ver
+@c
+
+@page
+@subsection nget_ver -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int nget_ver(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/rendezvous.t b/doc/itron3.0/rendezvous.t
new file mode 100644
index 0000000000..be607d1ac3
--- /dev/null
+++ b/doc/itron3.0/rendezvous.t
@@ -0,0 +1,394 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the rendezvous
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Rendezvous Manager
+
+@section Introduction
+
+The
+rendezvous manager is ...
+
+The services provided by the rendezvous manager are:
+
+@itemize @bullet
+@item @code{cre_por} -
+@item @code{del_por} -
+@item @code{cal_por} -
+@item @code{pcal_por} -
+@item @code{tcal_por} -
+@item @code{acp_por} -
+@item @code{pacp_por} -
+@item @code{tacp_por} -
+@item @code{fwd_por} -
+@item @code{rpl_rdv} -
+@item @code{ref_por} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the rendezvous manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_por
+@c
+
+@page
+@subsection cre_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_por
+@c
+
+@page
+@subsection del_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c cal_por
+@c
+
+@page
+@subsection cal_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cal_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pcal_por
+@c
+
+@page
+@subsection pcal_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pcal_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tcal_por
+@c
+
+@page
+@subsection tcal_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tcal_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c acp_por
+@c
+
+@page
+@subsection acp_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int acp_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c pacp_por
+@c
+
+@page
+@subsection pacp_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int pacp_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c tacp_por
+@c
+
+@page
+@subsection tacp_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int tacp_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c fwd_por
+@c
+
+@page
+@subsection fwd_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int fwd_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rpl_rdv
+@c
+
+@page
+@subsection rpl_rdv -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rpl_rdv(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_por
+@c
+
+@page
+@subsection ref_por -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_por(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/semaphore.t b/doc/itron3.0/semaphore.t
new file mode 100644
index 0000000000..b8cf9b9fb8
--- /dev/null
+++ b/doc/itron3.0/semaphore.t
@@ -0,0 +1,262 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the semaphore
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Semaphore Manager
+
+@section Introduction
+
+The
+semaphore manager is ...
+
+The services provided by the semaphore manager are:
+
+@itemize @bullet
+@item @code{cre_sem} -
+@item @code{del_sem} -
+@item @code{sig_sem} -
+@item @code{wai_sem} -
+@item @code{preq_sem} -
+@item @code{twai_sem} -
+@item @code{ref_sem} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the semaphore manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c cre_sem
+@c
+
+@page
+@subsection cre_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cre_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c del_sem
+@c
+
+@page
+@subsection del_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int del_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c sig_sem
+@c
+
+@page
+@subsection sig_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int sig_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c wai_sem
+@c
+
+@page
+@subsection wai_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int wai_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c preq_sem
+@c
+
+@page
+@subsection preq_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int preq_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c twai_sem
+@c
+
+@page
+@subsection twai_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int twai_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_sem
+@c
+
+@page
+@subsection ref_sem -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_sem(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
diff --git a/doc/itron3.0/task.t b/doc/itron3.0/task.t
new file mode 100644
index 0000000000..e3a8cc0e4f
--- /dev/null
+++ b/doc/itron3.0/task.t
@@ -0,0 +1,769 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the task
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Task Manager
+
+@section Introduction
+
+The task manager is used to directly control and access the state of tasks. Included among these are functions for creating, deleting, starting and terminating tasks, for releasing the WAIT state of tasks, for enabling/disabling task dispatching, for changing task priority levels, for rotatingtasks on the ready queue, and for accessing task state.
+
+The services provided by the task manager are:
+
+@itemize @bullet
+@item @code{cre_tsk} - Create Task
+@item @code{del_tsk} - Delete Task
+@item @code{sta_tsk} - Start Task
+@item @code{ext_tsk} - Exit Issuing Task
+@item @code{exd_tsk} - Exit and Delete Task
+@item @code{ter_tsk} - Terminate Other Task
+@item @code{dis_dsp} - Disable Dispatch
+@item @code{ena_dsp} - Enable Dispatch
+@item @code{chg_pri} - Change Task Priority
+@item @code{rot_rdq} - Rotate Tasks on the Ready Queue
+@item @code{rel_wai} - Release Wait of Other Task
+@item @code{get_tid} - Get Task Identifier
+@item @code{ref_tsk} - Reference Task Status
+@end itemize
+
+@section Background
+
+@subsection Task Definition
+Many definitions of a task have been proposed in computer literature. Unfortunately, none of these definitions encompasses all facets of the concept in a manner which is operating system independent. Several of the more common definitions are provided to enable each user to select a definition which best matches their own experience and understanding of the task concept:
+
+@itemize @bullet
+@item a "dispatchable" unit.
+@item an entity to which the processor is allocated.
+@item an atomic unit of a real-time, multiprocessor system.
+@item single threads of execution which concurrently compete for resources.
+@item a sequence of closely related computations which can execute concurrently with other computational sequences.
+@item From our implementation perspective, a task is the smallest thread of execution which can compete on its own for system resources. A task is manifested by the existence of a task control block (TCB).
+@end itemize
+
+@subsection Task Manager Task Control Block
+ The Task Control Block (TCB) is a defined data structure which contains all the information that is pertinent to the execution of a task. During system initialization, implementation reserves a TCB for each task configured. A TCB is allocated upon creation of the task and is returned to the TCB free list upon deletion of the task.
+
+The TCB's elements are modified as a result of system calls made by the application in response to external and internal stimuli. The TCB contains a task's name, ID, current priority, current and starting states, TCB user extension pointer, scheduling control structures, as well as data required by a blocked task.
+
+A task's context is stored in the TCB when a task switch occurs. When the task regains control of the processor, its context is restored from the TCB. When a task is restarted, the initial state of the task is restored from the starting context area in the task's TCB.
+
+@subsection T_CTSK Structure
+The T_CTSK structure contains detailed information necessary to create the task. Such task attributes, start address, priority and stack size.
+
+@example
+typedef struct t_ctsk @{
+ VP exinf; /* extended information */
+ ATR tskatr; /* task attributes */
+ FP task; /* task start address */
+ PRI itskpri; /* initial task priority */
+ INT stksz; /* stack size */
+ /* additional information may be included depending on the implementation */
+@} T_CTSK;
+
+@end example
+
+@subsection Task Manager Task States
+A task may exist in one of the following five states:
+
+@itemize @bullet
+@item RUN - Currently scheduled to the CPU
+@item READY - May be scheduled to the CPU
+@item Wait - Unable to be scheduled to the CPU
+@itemize @bullet
+@item (Specific) WAIT - The task is issued a command to wait on a condition
+@item SUSPEND - Another task suspended execution of the task
+@item WAIT-SUSPEND - Both the WAIT and SUSPEND states apply
+@end itemize
+@item DORMANT - Created task that is not started
+@item NON-EXISTENT - Uncreated or deleted task
+@end itemize
+
+An active task may occupy the RUN, READY, Wait or DORMANT state, otherwise the task is considered NON-EXISTENT. One or more tasks may be active in the system simultaneously. Multiple tasks communicate, synchronize, and compete for system resources with each other via system calls. The multiple tasks appear to execute in parallel, but actually each is dispatched to the CPU for periods of time determined by the scheduling algorithm. The scheduling of a task is based on its current state and priority.
+
+@subsection Task Manager Task Priority
+A task's priority determines its importance in relation to the other tasks executing on the same processor. Our implementation supports 255 levels of priority ranging from 1 to 255. Tasks of numerically smaller priority values are more important tasks than tasks of numerically larger priority values. For example, a task at priority level 5 is of higher privilege than a task at priority level 10. There is no limit to the number of tasks assigned to the same priority.
+
+Each task has a priority associated with it at all times. The initial value of this priority is assigned at task creation time. The priority of a task may be changed at any subsequent time.
+
+Priorities are used by the scheduler to determine which ready task will be allowed to execute. In general, the higher the logical priority of a task, the more likely it is to receive processor execution time.
+
+@section Operations
+
+@subsection Task Manager Creating Tasks
+The cre_tsk directive creates a task specified by tskid. Specifically, a TCB (Task Control Block) is allocated for the task to be created, and initialized according to accompanying parameter values of itskpri, task, stksz, etc. A stack area is also allocated for the task based on the parameter stksz.
+
+@subsection Task Manager Starting and Restarting Tasks
+The sta_tsk directive starts the task specified by tskid. Specifically, it changes the state of the task specified by tskid from DORMANT into RUN/READY. This enables the task to compete, based on its current priority, for the processor and other system resources. Any actions, such as suspension or change of priority, performed on a task prior to starting it are nullified when the task is started.
+
+Stacd can be used to specify parameters to be passed to the task when it is started. This parameter can be read by the task being started, and may be used for transmitting simple messages.
+
+The task priority on starting the task is given by the initial task priority parameter (itskpri) specified when the task was created.
+
+Start request is not queued in this this system call. In other words, if this system call is issued when the target task is not in DORMANT state, the system call will be ignored, and an E_OBJ error returned to the issuing task.
+
+If cre_tsk [level EN] is not implemented on a system, tasks are created statically when the system is started. Parameters required for creating a task, such as task starting address (task) and initial task priority (itskpri) are also specified statically at system startup.
+
+@subsection Task Manager Suspending and Resuming Tasks
+The sus_tsk directive suspends the execution of the task specified by tskid by putting it into SUSPEND state. SUSPEND state is released by issuing the rsm_tsk or frsm_tsk system call.
+
+If the task specified to sus_tsk is already in WAIT state, it will be put in the combined WAIT-SUSPEND state by the execution of sus_tsk. If wait conditions for the task are later fulfilled, it will enter SUSPEND state. If rsm_tsk is issued on the task, it will return to the WAIT state before the suspension.
+
+Both rsm_tsk and fsm_tsk system calls release SUSPEND state of the task specified by tskid. Specifically, they cause SUSPEND state to be released and the execution of the specified task to resume when the task has been suspended by the prior execution of sus_tsk.
+
+If the specified task is in WAIT-SUSPEND state, the execution of rsm_tsk only releases the SUSPEND state, and the task will become WAIT state.
+
+@subsection Task Manager Changing Task Priority
+The chg_pri system call changes the current priority of the task specified by tskid to the value specified by tskpri.
+
+A task may specify itself by specifying tskid = TSK_SELF = 0. Note, however, that an E_ID error will result if tskid = TSK_SELF = 0 is specified to a system call issued from a task-independent portion.
+
+The priority set by this system call remains in effect until the task exits. Once a task enters DORMANT state, its priority prior to exiting is lost. When a task which enters DORMANT state restarts, the initial task priority (itskpri) specified at task creation or at system startup will be used.
+
+@subsection Task Manager Task Deletion
+The del_tsk system call deletes the task specified by tskid. Specifically, it changes the state of the task specified by tskid from DORMANT into NON-EXISTENT (a virtual state not existing on the system), and then clears the TCB and releases stack. An E_OBJ error results if this system call is used on a task which is not DORMANT.
+
+After deletion, another task having the same ID number can be created.
+
+The exd_tsk system call causes the issuing task to exit and then delete itself.
+
+When a task exits, that task does not automatically release all the resources (memory blocks, semaphores, etc.) which it had secured prior to the call. It is the user's responsibility to see to it that all resources are released beforehand.
+
+@section System Calls
+
+This section details the task manager's services.
+A subsection is dedicated to each of this manager's services and describes the calling sequence, related constants, usage, and status codes.
+
+
+@c
+@c cre_tsk
+@c
+
+@page
+@subsection cre_tsk - Create Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER cre_tsk(
+ ID tskid,
+ T_CTSK *pk_ctsk
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_NOMEM} - Insufficient memory (Memory for control block and/or user stack cannot be allocated)
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_RSATR} - Reserved attribute (tskatr was invalid or could not be used)
+
+@code{E_OBJ} - Invalid object state (a task of the same ID already exists)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_PAR} - Parameter error (pk_ctsk, task, itskpri and/or stksz is invalid)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@code{EN_PAR} - A value outside the range supported by the target node and/or transmission packet format was specified as a parameter (a value outside supported range was specified for exinf, tskatr, task, itskpri and/or stksz)
+
+@subheading DESCRIPTION:
+This system call creates the task specified by tskid. Specifically, a TCB (Task Control Block) is allocated for the task to be created, and initialized according to accompanying parameter values of itskpri, task, tksz, etc. A stack area is also allocated for the task based on the parameter stksz.
+
+@subheading NOTES:
+User tasks have positive ID numbers, while system tasks have negative ID numbers. User tasks cannot access system objects (objects having negative ID numbers).
+
+The new task created by this system call will be put in DORMANT state.
+
+Extended information (exinf) has been added. This allows the user to include additional information about task attributes. If a larger region is desired for including user information, the user should allocate memory area and set the address of the memory packet to exinf.
+
+Multiprocessing is not supported. Thus none of the "EN_" status codes will be returned.
+
+
+@c
+@c del_tsk
+@c
+
+@page
+@subsection del_tsk - Delete Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER del_tsk(
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_OBJ} - Invalid object state (the target task is not in DORMANT state)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@subheading DESCRIPTION:
+This system call deletes the task specified by tskid. Specifically, it changes the state of the task specified by tskid from DORMANT into NON-EXISTENT (a virtual state not existing on the system), and then clears the TCB and releases stack. An E_OBJ error results if this system call is used on a task which is not DORMANT.
+
+After deletion, another task having the same ID number can be created.
+
+@subheading NOTES:
+A task cannot delete itself by this system call. An E_OBJ error will result if a task specifies itself, since such a task cannot be DORMANT. Use the exd_tsk system call rather than this one when a task needs to delete itself.
+
+
+@c
+@c sta_tsk
+@c
+
+@page
+@subsection sta_tsk - Start Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER sta_tsk(
+ ID tskid,
+ INT stacd
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_OBJ} - Invalid object state (the target task is not in DORMANT state)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@code{EN_PAR} - A value outside the range supported by the target node and/or transmission packet format was specified as a parameter (a value outside supported range was specified for stacd)
+
+@subheading DESCRIPTION:
+This system call starts the task specified by tskid. Specifically, it changes the state of the task specified by tskid from DORMANT into RUN/READY.
+
+Stacd can be used to specify parameters to be passed to the task when it is started. This parameter can be read by the task being started, and may be used for transmitting simple messages.
+
+The task priority on starting the task is given by the initial task priority parameter (itskpri) specified when the task was created.
+
+Start request is not queued in this this system call. In other words, if this system call is issued when the target task is not in DORMANT state, the system call will be ignored, and an E_OBJ error returned to the issuing task.
+
+If cre_tsk [level EN] is not implemented on a system, tasks are created statically when the system is started. Parameters required for creating a task, such as task starting address (task) and initial task priority (itskpri) are also specified statically at system startup.
+
+@subheading NOTES:
+
+
+@c
+@c ext_tsk
+@c
+
+@page
+@subsection ext_tsk - Exit Issuing Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+void ext_tsk(void);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_CTX} - Context error (issued from task-independent portions or a task in dispatch disabled state)
+
+ * System call may detect this error. The error is not returned to the context issuing the system call. Error codes therefore cannot be returned directly as a return parameter of the system call. The behavior on error detection is implementation dependent.
+
+
+@subheading DESCRIPTION:
+This system call causes the issuing task to exit, changing the state of the task into the DORMANT state.
+
+@subheading NOTES:
+When a task exits due to ext_tsk, that task does not automatically release all the resources (memory blocks, semaphores, etc.) which it had obtained prior to the system call. It is the user's responsibility that all resources are released beforehand.
+
+Ext_tsk is a system call which does not return to the issuing context. Accordingly, even if an error code is returned on detection of some error, it is normal for tasks making this system call not to perform any error checking, and it is in fact possible that a program could run out of control. For this reason, even if an error is detected upon issuing this system call, the error is not returned to the task which issued the system call. If information on detected errors is required it should be left in a messagebuffer used as an error log.
+
+In principle, information concerning a task recorded in the TCB, such as task priority, is reset whenever a task is placed in DORMANT state. For example, its task priority after being restarted would be reset to the initial task priority (itskpri) specified by cre_tsk when it was first created, even if a task's priority was changed using chg_pri, then that task exits using ext_tsk, but later started by sta_tsk. Task priority does not return to what it was when ext_tsk was executed.
+
+
+@c
+@c exd_tsk
+@c
+
+@page
+@subsection exd_tsk - Exit and Delete Issuing Task
+
+@subsection exd_tsk - Exit and Delete Task
+
+@ifset is-C
+@example
+void exd_tsk(void);
+@end example
+void exd_tsk(
+
+);
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_CTX} - Context error (issued from task-independent portions or a task in dispatch disabled state)
+
+ * System call may detect the following error. The error is not returned to the context issuing the system call even. Error codes therefore cannot be returned directly as a return parameter of the system call. The behavior on error detection is implementation dependent.
+
+@subheading DESCRIPTION:
+This system call causes the issuing task to exit and then delete itself. In other words the state of the issuing task changes into the NON-EXISTENT (a virtual state not existing on the system).
+
+@subheading NOTES:
+When a task exits with exd_tsk, that task does not automatically release all the resources (memory blocks, semaphores, etc.) which it had secured prior to the call. It is the user's responsibility to see to it that all resources are released beforehand.
+
+Exd_tsk is a system call which does not return any parameters to the original issuing context. Accordingly, even if an error code is returned on detection of some error, it is normal for tasks making this system call not to perform any error checking, and it is in fact possible that a program could run out of control. For this reason, even if an error is detected upon making this system call, it is supposed that the error is not returned to the task which issued the system call. If information on detected errors is required it should be left in a messagebuffer used as an error log.
+
+
+@c
+@c ter_tsk
+@c
+
+@page
+@subsection ter_tsk - Terminate Other Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER ter_tsk(
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_OBJ} - Invalid object state (the target task is already in DORMANT state or a task invalidly specified itself)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@subheading DESCRIPTION:
+This system call forcibly terminates the task specified by tskid. That is, it changes the state of the task specified by tskid into DORMANT.
+
+Even if the target task is in wait state (including SUSPEND state), its wait state will be released and then it will be terminated. If the target task is on a queue of some sort (such as waiting for a semaphore), it will be removed from that queue by ter_tsk.
+
+A task cannot specify the issuing task in this system call. An E_OBJ error will result if a task specifies itself.
+
+There is an intermediate state waiting for the response (TR packet or TA packet) from the target node after executing the system call to access the other node and making a request (sending a TP packet) to the node. This state is called the "connection function response wait (TTW_NOD)" state. The ter_tsk system call may specify tasks which are in the connection function response wait state. Tasks which are waiting for objects (such as a semaphore) on another node may also be specified to this system call. In such cases, ter_tsk will halt any system calls accessing other nodes which have been issued by the task to be terminated.
+
+@subheading NOTES:
+When a task is terminated by ter_tsk, that task does not automatically release all the resources (memory blocks, semaphores, etc.) which it had obtained prior to the call. It is the user's responsibility to see to it that all resources are released beforehand.
+
+In principle, information concerning a task recorded in the TCB, such as task priority, is reset whenever a task is placed in DORMANT state. For example, its task priority after being restarted would be reset to the initial task priority (itskpri) specified by cre_tsk when it was first created, even if a task's priority was changed using chg_pri, then that task is terminated by ter_tsk, but later started by sta_tsk. Task priority does not return to what it was when ter_tsk was executed.
+
+
+@c
+@c dis_dsp
+@c
+
+@page
+@subsection dis_dsp - Disable Dispatch
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER dis_dsp(void);
+@end example
+ER dis_dsp(
+
+);
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_CTX} - Context error (issued from task-independent portions or issued after execution of loc_cpu)
+
+@subheading DESCRIPTION:
+This system call disables task dispatching. Dispatching will remain disabled after this call is issued until a subsequent call to ena_dsp is issued. The status of the issuing task will not be allowed to be changed to READY from the RUN. It cannot be changed into WAIT, either. However, since external interrupt is not disabled, interrupt handlers are allowed to run even when dispatching has been disabled. While an executing task may be preempted by an interrupt handler with dispatching disabled, there is no possibility that it will be preempted by another task.
+
+The following operations occur during the time dispatching is disabled.
+@itemize @bullet
+@item Even in a situation where normally a task issuing dis_dsp should be preempted by a system call issued by an interrupt handler or by the task issuing dis_dsp, the task that should normally be executed is not dispatched. Instead, dispatching of this task is delayed until dispatch disabled state is cleared by ena_dsp.
+
+@item If an interrupt handler invoked during dispatch disabled state issues sus_tsk for a running task (one that executed dis_dsp) to put it in SUSPEND state, or ter_tsk to put it in DORMANT state, the task transition is delayed until dispatch disabled state is cleared.
+
+@item An E_CTX error will result if the task which has executed dis_dsp issues any system calls (such as slp_tsk or wai_sem) capable of putting an issuing task into WAIT state.
+
+@item An EN_CTXID error will result if a task which has executed dis_dsp attempts to operate on objects on another node (that is, if the ID parameter of the system call issued refers to an object on another node).
+
+@item TSS_DDSP will be returned as sysstat if system status is referenced using ref_sys.
+@end itemize
+No error will result if a task already in dispatch disable state issues dis_dsp. It only keeps dispatch disabled state. No matter how many times dis_dsp has been issued, a single ena_dsp enables dispatching again. It is therefore for the user to determine what to do with nested pairs of dis_dsp and ena_dsp.
+
+An E_CTX error will result if dis_dsp is issued when both interrupt and dispatching are disabled with loc_cpu. (For details, see the description of loc_cpu.)
+
+@subheading NOTES:
+A running task cannot enter DORMANT or NON-EXISTENT state while dispatching is disabled. An E_CTX error will result if an running task issues either ext_tsk or exd_tsk while interrupt and dispatching are disabled. Note however that since both ext_tsk and exd_tsk are system calls which do not return to their original contexts, error notification using return parameters of these system calls is not possible. If information on detected errors is required it should be left in a messagebuffer used as an error log.
+
+Only if the system is not a multiprocessor configuration, system can take advantage of the dispatch disabled state for exclusive inter-task control.
+
+
+@c
+@c ena_dsp
+@c
+
+@page
+@subsection ena_dsp - Enable Dispatch
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER ena_dsp(void);
+@end example
+ER ena_dsp(
+
+);
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_CTX} - Context error (issued from task-independent portions or issued after execution of loc_cpu)
+
+@subheading DESCRIPTION:
+This system call enables task dispatching, that is, it finishes dispatch disabled state caused by the execution of dis_dsp.
+
+No error will result if a task which is not in dispatch disabled state issues ena_dsp. In this case, dispatching will just remain enabled.
+
+An E_CTX error will result if ena_dsp is issued when both interrupt and dispatching are disabled with loc_cpu. (For details, see the description of loc_cpu.)
+
+@subheading NOTES:
+
+
+@c
+@c chg_pri
+@c
+
+@page
+@subsection chg_pri - Change Task Priority
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER chg_pri(
+ ID tskid,
+ PRI tskpri
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_PAR} - Parameter error (the value of tskpri is invalid or may not be used)
+
+@code{E_OBJ} - Invalid object state (the target task is in DORMANT state)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} = Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@code{EN_PAR} - A value outside the range supported by the target node and/or transmission packet format was specified as a parameter (a value outside supported range was specified for tskpri)
+
+@subheading DESCRIPTION:
+This system call changes the current priority of the task specified by tskid to the value specified by tskpri.
+
+Under uITRON 3.0 specification, at least any value of 1 through 8 can be specified as task priority. The smaller the value, the higher the priority. Priority levels -4 through 0 are reserved, and they may not be used. Priority levels outside this range (including negative values) may also be specified depending on the implementation; this is considered an extended function [level X] for which compatibility and connectivity are not guaranteed. In general, negative priority levels are reserved for use by the system.
+
+A task may specify itself by specifying tskid = TSK_SELF = 0. Note, however, that an E_ID error will result if tskid = TSK_SELF = 0 is specified to a system call issued from a task-independent portion. The priority set by this system call remains in effect until the task exits. Once a task enters DORMANT state, its priority prior to exiting is lost. When a task which enters DORMANT state restarts, the initial task priority (itskpri) specified at task creation or at system startup will be used.
+
+If the target task is linked to ready queue or any other queue, this system call may result in the re-ordering of the queues. If chg_pri is executed on a task waiting on the ready queue (including tasks in RUN state) or other priority-based queue, the target task will be moved to the end of the part of the queue for the associated priority. If the priority specified is the same as the current priority, the task will still be moved behind other tasks of the same priority. It is therefore possible for a task to relinquish its execution privileges using chg_pri on itself by specifying its current priority.
+
+@subheading NOTES:
+Depending on the implementation, specifying tskpri = TPRI_INI = 0 may cause a task's priority to be reset to the initial task priority (itskpri) which was defined when it was first created or when the system started. This feature is used in some implementations in order to reset the task priority to its original value after setting it to a higher value for indivisible processing. This feature is an extended function [level X] for which compatibility and connectivity are not guaranteed.
+
+
+@c
+@c rot_rdq
+@c
+
+@page
+@subsection rot_rdq - Rotate Tasks on the Ready Queue
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER rot_rdq(
+ PRI tskpri
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_PAR} - Parameter error (the value of tskpri is invalid)
+
+@subheading DESCRIPTION:
+This system call rotates tasks on the ready queue associated with the priority level specified by tskpri. Specifically, the task at the head of the ready queue of the priority level in question is moved to the end of the ready queue, thus switching the execution of tasks having the same priority. Round robin scheduling may be implemented by periodically issuing this system call in a given period of time.
+
+When rot_rdq is issued by task portions with tskpri = TPRI_RUN = 0, the ready queue with the priority level of the issuing task is rotated.
+
+When TPRI_RUN or a task's own priority level are specified for tskpri to rot_rdq, the task issuing the system call will be placed on the end of its ready queue. In other words, task can issue rot_rdq to relinquishing its execution privileges. The concept of "ready queue" envisioned in the description of this system call is one which includes the task in RUN state.
+
+This system call does nothing if there are no tasks on the ready queue of the specified priority. No error will result.
+
+This system call cannot rotate ready queues on other nodes.
+
+@subheading NOTES:
+Depending on the implementation, it may be possible to issue rot_rdq(tskpri = TPRI_RUN) from task-independent portions, such as a cyclic handler. In this case the ready queue including the running task, or the ready queue including the highest priority task, is rotated. Normally these two are the same, but not always, as when task dispatching is delayed. In that case it is implementation dependent whether to rotate the ready queue including the running task or the ready queue including the highest priority task. Note that this is an extended function [Level X] for which compatibility and connectivity are not guaranteed.
+
+
+@c
+@c rel_wai
+@c
+
+@page
+@subsection rel_wai - Release Wait of Other Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER rel_wai(
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_OBJ} - Invalid object state (the target task is not in WAIT state (including when it is in DORMANT state or when the issuing task specifies itself))
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@subheading DESCRIPTION:
+This system call forcibly releases WAIT state (not including SUSPEND state)
+of the task specified by tskid.
+
+An E_RLWAI error is returned to the task whose WAIT state has been released using rel_wai.
+
+Wait release requests by rel_wai are not queued. In other words, if the task specified by tskid is already in WAIT state, the WAIT state is released, otherwise an E_OBJ error will be returned to the issuer. An E_OBJ error will also result when a task specifies itself to this system call.
+
+Rel_wai does not release SUSPEND state. If rel_wai is issued on a task in WAIT-SUSPEND state, WAIT will be released but SUSPEND will continue for that task. When SUSPEND should also be released, the frsm_tsk system call must be issued separately.
+
+@subheading NOTES:
+A function similar to timeout can be implemented using an alarm handler which issues this system call on tasks specified time after they have entered WAIT state.
+
+Rel_wai and wup_tsk differ in the following points.
+@itemize @bullet
+@item Wup_tsk can only release the WAIT state by slp_tsk or tslp_tsk, while rel_wai can release WAIT states caused by these and other calls (including wai_flg, wai_sem, rcv_msg, get_blk, etc.).
+@item As seen from the target task, releasing WAIT state with wup_tsk results in a normal completion (E_OK), whereas releasing WAIT state with rel_wai results in an error (E_RLWAI).
+@item When wup_tsk is used, a request is queued even if neither slp_tsk nor tslp_tsk have been executed on the target task yet. When rel_wai is used to the task which is not in WAIT state, an E_OBJ error will result.
+@end itemize
+
+
+@c
+@c get_tid
+@c
+
+@page
+@subsection get_tid - Get Task Identifier
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER get_tid(
+ ID *p_tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@subheading DESCRIPTION:
+This system call gets the ID of the issuing task.
+
+If this system call is issued from a task-independent portion, tskid will be FALSE=0.
+
+@subheading NOTES:
+
+
+@c
+@c ref_tsk
+@c
+
+@page
+@subsection ref_tsk - Reference Task Status
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+ER ref_tsk(
+ T_RTSK *pk_rtsk,
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@code{E_OK} - Normal Completion
+
+@code{E_ID} - Invalid ID Number (tskid was invalid or could not be used)
+
+@code{E_NOEXS} - Object does not exist (the task specified by tskid does not exist)
+
+@code{E_OACV} - Object access violation (A tskid less than -4 was specified from a user task. This is implementation dependent.)
+
+@code{E_PAR} - Parameter error (the packet address for return parameters cannot be used)
+
+@code{EN_OBJNO} - An object number which could not be accessed on the target node is specified.
+
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+
+@code{EN_RPAR} - A value outside the range supported by the requesting node and/or transmission packet format was returned as a return parameter (a value outside supported range was returned for exinf, tskpri and/or tskstat)
+
+@subheading DESCRIPTION:
+This system call refers to the state of the task specified by tskid, and returns its current priority (tskpri), its task state (tskstat), and its extended information (exinf).
+
+Tskstat may take the following values.
+
+ tskstat:
+@itemize @bullet
+@item TTS_RUN H'0...01 RUN state (currently running)
+@item TTS_RDY H'0...02 READY state (ready to run)
+@item TTS_WAI H'0...04 WAIT state (waiting for something)
+@item TTS_SUS H'0...08 SUSPEND state (forcibly made to wait)
+@item TTS_WAS H'0...0c WAIT-SUSPEND state
+@item TTS_DMT H'0...10 DORMANT state
+@end itemize
+
+Since these task states are expressed by bit correspondences they are convenient when looking for OR conditions (such as whether a task is in RUN or READY state). TTS_WAS is a combination of both TTS_SUS and TTS_WAI, TTS_SUS does not combine with any of the other states (TTS_RUN, TTS_RDY or TTS_DMT).
+
+A task may specify itself by specifying tskid = TSK_SELF = 0. Note, however, that an E_ID error will result if tskid = TSK_SELF = 0 is specified when this system call is issued from a task-independent portion.
+
+An E_NOEXS error will result if the task specified to ref_tsk does not exist.
+
+Tskstat will be TTS_RUN if ref_tsk is executed specifying a task which has been interrupted by an interrupt handler.
+
+@subheading NOTES:
+The values of TTS_RUN, TTS_RDY, TTS_WAI, etc. as return values for tskstat are not necessarily the same value to be entered in the TCB. The way in which task state is represented in the TCB is implementation dependent. When ref_tsk is executed, the internal representation of task state may simply be converted to the standard values TTS_RUN, TTS_RDY, TTS_WAI, etc.
+
+Depending on the implementation, the following additional information can also be referenced in addition to exinf, tskpri and tskstat.
+
+@itemize @bullet
+@item tskwait Reason for wait
+@item wid Wait object ID
+@item wupcnt Number of queued wakeup requests
+@item suscnt Number of nested SUSPEND requests
+@item tskatr Task attributes
+@item task Task starting address
+@item itskpri Initial task priority
+@item stksz Stack size
+@end itemize
+
+
+
+
+
diff --git a/doc/itron3.0/tasksync.t b/doc/itron3.0/tasksync.t
new file mode 100644
index 0000000000..77f96d24bb
--- /dev/null
+++ b/doc/itron3.0/tasksync.t
@@ -0,0 +1,263 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the task-dependent synchronization
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Task-Dependent Synchronization Manager
+
+@section Introduction
+
+The
+task-dependent synchronization manager is ...
+
+The services provided by the task-dependent synchronization manager are:
+
+@itemize @bullet
+@item @code{sus_tsk} -
+@item @code{rsm_tsk} -
+@item @code{frsm_tsk} -
+@item @code{slp_tsk} -
+@item @code{tslp_tsk} -
+@item @code{wup_tsk} -
+@item @code{can_wup} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the task-dependent synchronization manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c sus_tsk
+@c
+
+@page
+@subsection sus_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int sus_tsk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c rsm_tsk
+@c
+
+@page
+@subsection rsm_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int rsm_tsk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c frsm_tsk
+@c
+
+@page
+@subsection frsm_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int frsm_tsk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c slp_tsk
+@c
+
+@page
+@subsection slp_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int slp_tsk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+This system call puts the issuing task (which was in RUN state) into WAIT state, causing the issuing task to sleep until wup_tsk is invoked.
+
+Since the slp_tsk system call causes the issuing task to enter WAIT state, slp_tsk calls may not be nested. It is possible, however, for another task to execute a sus_tsk on a task which has put itself in WAIT state using slp_tsk. If this happens, the task will enter the combined WAIT-SUSPEND state.
+No polling function for slp_tsk is provided. A similar function can be implemented if necessary using can_wup.
+
+@c
+@c tslp_tsk
+@c
+
+@subsection tslp_tsk -
+@subsection tslp_tsk - Sleep Task with Timeout
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+int tslp_tsk(
+ TMO tmout
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+@table @b
+@item E
+The
+@code{E_CTX} - Context error (issued from task-independent portions or a task in dispatch disabled state)
+@end table
+
+
+The tslp_tsk system call is the same as slp_tsk but with an additional timeout feature. If a wup_tsk is issued before the period of time specified by tmout elapses, tslp_tsk will complete normally. An E_TMOUT error will result if no wup_tsk is issued before the time specified by tmout expires. Specifying tmout = TMO_FEVR = -1 can be used to set the timeout period to forever (no timeout). In this case, tslp_tsk will function exactly the same as slp_tsk causing the issuing task to wait forever for wup_tsk to be issued.
+
+Since the tslp_tsk system call causes the issuing task to enter WAIT state, tslp_tsk calls may not be nested. It is possible, however, for another task to execute a sus_tsk on a task which has put itself in WAIT state using tslp_tsk. If this happens, the task will enter the combined WAIT-SUSPEND state.
+If you simply wish to delay a task (make it wait for a while), use dly_tsk rather than tslp_tsk.
+
+@c
+@c wup_tsk
+@c
+
+@subsection wup_tsk -
+@subsection wup_tsk - Wakeup Other Task
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+int wup_tsk(
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+@table @b
+@item E
+The
+@code{EN_CTXID} - Specified an object on another node when the system call was issued from a task in dispatch disabled state or from a task-independent portion
+@end table
+
+
+If the specified task is not in the WAIT state caused by a slp_tsk or tslp_tsk, the wakeup request based on the wup_tsk call will be queued. In other words, a record will be kept that a wup_tsk has been issued for the specified task and no WAIT state will result even if slp_tsk or tslp_tsk is executed by the task later. This is called queuing for wakeup request.
+
+An E_QOVR error will result if wup_tsk is issued more than the maximum value allowed for the wakeup request queuing count (wupcnt).
+
+
+@c
+@c can_wup
+@c
+
+@subsection can_wup -
+@subsection can_wup - Cancel Wakeup Request
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+int can_wup(
+ ID tskid
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+@table @b
+@item E
+The
+
+@end table
+@code{EN_RPAR} - A value outside the range supported by the issuing node and/or transmission packet format was returned as a return parameter (a value outside supported range was returned for wupcnt)
+
+A task may specify itself by specifying tskid = TSK_SELF = 0. Note, however, that an E_ID error will result if tskid = TSK_SELF = 0 is specified when this system call is issued from a task-independent portion.
+
+
+
diff --git a/doc/itron3.0/time.t b/doc/itron3.0/time.t
new file mode 100644
index 0000000000..0e416bc048
--- /dev/null
+++ b/doc/itron3.0/time.t
@@ -0,0 +1,328 @@
+@c
+@c This is the chapter from the RTEMS ITRON User's Guide that
+@c documents the services provided by the time
+@c manager.
+@c
+@c $Id$
+@c
+
+@chapter Time Manager
+
+@section Introduction
+
+The
+time manager is ...
+
+The services provided by the time manager are:
+
+@itemize @bullet
+@item @code{get_tim} -
+@item @code{set_tim} -
+@item @code{dly_tsk} -
+@item @code{def_cyc} -
+@item @code{act_cyc} -
+@item @code{ref_cyc} -
+@item @code{def_alm} -
+@item @code{ref_alm} -
+@item @code{ret_tmr} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the time manager's services.
+A subsection is dedicated to each of this manager's services
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+
+@c
+@c get_tim
+@c
+
+@page
+@subsection get_tim -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int get_tim(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c set_tim
+@c
+
+@page
+@subsection set_tim -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int set_tim(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c dly_tsk
+@c
+
+@page
+@subsection dly_tsk -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int dly_tsk(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c def_cyc
+@c
+
+@page
+@subsection def_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_cyc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c act_cyc
+@c
+
+@page
+@subsection act_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int act_cyc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_cyc
+@c
+
+@page
+@subsection ref_cyc -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_cyc(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c def_alm
+@c
+
+@page
+@subsection def_alm -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int def_alm(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ref_alm
+@c
+
+@page
+@subsection ref_alm -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ref_alm(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+
+@c
+@c ret_tmr
+@c
+
+@page
+@subsection ret_tmr -
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int ret_tmr(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@table @b
+@item E
+The
+
+@end table
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+