summaryrefslogtreecommitdiffstats
path: root/doc/supplements
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:45:58 +0000
commitdb9152036258e231ec0a1ac3c67426700dc3d7e7 (patch)
treea770ce05aba5ce96cb646df5ffb209797bde4a06 /doc/supplements
parentAdded more info. (diff)
downloadrtems-db9152036258e231ec0a1ac3c67426700dc3d7e7.tar.bz2
corrected typos and changes LANGUAGE to RTEMS-LANGUAGE.
Diffstat (limited to '')
-rw-r--r--doc/supplements/i386/cputable.t6
-rw-r--r--doc/supplements/i386/cputable.texi6
-rw-r--r--doc/supplements/i960/cputable.t6
-rw-r--r--doc/supplements/i960/cputable.texi6
-rw-r--r--doc/supplements/m68k/cputable.t4
-rw-r--r--doc/supplements/sparc/bsp.t2
-rw-r--r--doc/supplements/sparc/bsp.texi2
-rw-r--r--doc/supplements/sparc/cpumodel.t2
-rw-r--r--doc/supplements/sparc/cpumodel.texi2
-rw-r--r--doc/supplements/sparc/cputable.t6
-rw-r--r--doc/supplements/sparc/cputable.texi6
11 files changed, 30 insertions, 18 deletions
diff --git a/doc/supplements/i386/cputable.t b/doc/supplements/i386/cputable.t
index a717f49574..643b0cd870 100644
--- a/doc/supplements/i386/cputable.t
+++ b/doc/supplements/i386/cputable.t
@@ -40,7 +40,8 @@ is provided to allow RTEMS to interoperate effectively with the
BSP. The C structure definition is given here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*idle_task)( void );
@@ -53,7 +54,8 @@ struct cpu_configuration_table @{
unsigned32 interrupt_segment;
void *interrupt_vector_table;
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code
diff --git a/doc/supplements/i386/cputable.texi b/doc/supplements/i386/cputable.texi
index a717f49574..643b0cd870 100644
--- a/doc/supplements/i386/cputable.texi
+++ b/doc/supplements/i386/cputable.texi
@@ -40,7 +40,8 @@ is provided to allow RTEMS to interoperate effectively with the
BSP. The C structure definition is given here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*idle_task)( void );
@@ -53,7 +54,8 @@ struct cpu_configuration_table @{
unsigned32 interrupt_segment;
void *interrupt_vector_table;
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code
diff --git a/doc/supplements/i960/cputable.t b/doc/supplements/i960/cputable.t
index 33304cc937..01f6830889 100644
--- a/doc/supplements/i960/cputable.t
+++ b/doc/supplements/i960/cputable.t
@@ -41,7 +41,8 @@ effectively with the BSP. The C structure definition is given
here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -56,7 +57,8 @@ struct cpu_configuration_table @{
i960ca_PRCB *Prcb;
#endif
-@};
+@} rtems_cpu_table;
+@end group
@end example
The contents of the i960CA Processor Control Block
diff --git a/doc/supplements/i960/cputable.texi b/doc/supplements/i960/cputable.texi
index 33304cc937..01f6830889 100644
--- a/doc/supplements/i960/cputable.texi
+++ b/doc/supplements/i960/cputable.texi
@@ -41,7 +41,8 @@ effectively with the BSP. The C structure definition is given
here:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -56,7 +57,8 @@ struct cpu_configuration_table @{
i960ca_PRCB *Prcb;
#endif
-@};
+@} rtems_cpu_table;
+@end group
@end example
The contents of the i960CA Processor Control Block
diff --git a/doc/supplements/m68k/cputable.t b/doc/supplements/m68k/cputable.t
index d0ba126056..e10385e4ae 100644
--- a/doc/supplements/m68k/cputable.t
+++ b/doc/supplements/m68k/cputable.t
@@ -42,7 +42,7 @@ here:
@example
@group
-struct cpu_configuration_table @{
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -55,7 +55,7 @@ struct cpu_configuration_table @{
/* end of fields required on all CPUs */
m68k_isr *interrupt_vector_table;
-@};
+@} rtems_cpu_table;
@end group
@end example
diff --git a/doc/supplements/sparc/bsp.t b/doc/supplements/sparc/bsp.t
index 76374ccb14..392a533b4f 100644
--- a/doc/supplements/sparc/bsp.t
+++ b/doc/supplements/sparc/bsp.t
@@ -79,7 +79,7 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
rtems_initialize executive, the SPARC version has the following
diff --git a/doc/supplements/sparc/bsp.texi b/doc/supplements/sparc/bsp.texi
index 76374ccb14..392a533b4f 100644
--- a/doc/supplements/sparc/bsp.texi
+++ b/doc/supplements/sparc/bsp.texi
@@ -79,7 +79,7 @@ and this is to be utilized, then it should be enabled during the
reset application initialization code.
In addition to the requirements described in the
-Board Support Packages chapter of the @value{RTEMS-LANGUAGE}
+Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
rtems_initialize executive, the SPARC version has the following
diff --git a/doc/supplements/sparc/cpumodel.t b/doc/supplements/sparc/cpumodel.t
index af1605572c..85afb3f48f 100644
--- a/doc/supplements/sparc/cpumodel.t
+++ b/doc/supplements/sparc/cpumodel.t
@@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific.
@end ifinfo
@section CPU Model Implementation Notes
-The ERC is a custom SPARC V7 implementation based on the Cypress 601/602
+The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602
chipset. This CPU has a number of on-board peripherals and was developed by
the European Space Agency to target space applications. RTEMS currently
provides support for the following peripherals:
diff --git a/doc/supplements/sparc/cpumodel.texi b/doc/supplements/sparc/cpumodel.texi
index af1605572c..85afb3f48f 100644
--- a/doc/supplements/sparc/cpumodel.texi
+++ b/doc/supplements/sparc/cpumodel.texi
@@ -141,7 +141,7 @@ The code required to enter low power mode is CPU model specific.
@end ifinfo
@section CPU Model Implementation Notes
-The ERC is a custom SPARC V7 implementation based on the Cypress 601/602
+The ERC32 is a custom SPARC V7 implementation based on the Cypress 601/602
chipset. This CPU has a number of on-board peripherals and was developed by
the European Space Agency to target space applications. RTEMS currently
provides support for the following peripherals:
diff --git a/doc/supplements/sparc/cputable.t b/doc/supplements/sparc/cputable.t
index 481665a9ce..5b82cb3533 100644
--- a/doc/supplements/sparc/cputable.t
+++ b/doc/supplements/sparc/cputable.t
@@ -38,7 +38,8 @@ Information Table is given by the C structure definition is
shown below:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -50,7 +51,8 @@ struct cpu_configuration_table @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code
diff --git a/doc/supplements/sparc/cputable.texi b/doc/supplements/sparc/cputable.texi
index 481665a9ce..5b82cb3533 100644
--- a/doc/supplements/sparc/cputable.texi
+++ b/doc/supplements/sparc/cputable.texi
@@ -38,7 +38,8 @@ Information Table is given by the C structure definition is
shown below:
@example
-struct cpu_configuration_table @{
+@group
+typedef struct @{
void (*pretasking_hook)( void );
void (*predriver_hook)( void );
void (*postdriver_hook)( void );
@@ -50,7 +51,8 @@ struct cpu_configuration_table @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-@};
+@} rtems_cpu_table;
+@end group
@end example
@table @code