summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-19 18:05:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-09-19 18:05:20 +0000
commitac9ddffab1d3e4e6baa90d8a1e36b294dc064d25 (patch)
treee6d779776267b9ffc44124be5bc2b357cc8bd1d5
parent2003-09-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ac9ddffab1d3e4e6baa90d8a1e36b294dc064d25.tar.bz2
2003-09-19 Joel Sherrill <joel@OARcorp.com>
* analog.t, bsp_howto.texi, discrete.t, nvmem.t, target.t: Merge from branch.
-rw-r--r--doc/bsp_howto/ChangeLog5
-rw-r--r--doc/bsp_howto/analog.t9
-rw-r--r--doc/bsp_howto/bsp_howto.texi1
-rw-r--r--doc/bsp_howto/discrete.t5
-rw-r--r--doc/bsp_howto/nvmem.t11
-rw-r--r--doc/bsp_howto/target.t10
6 files changed, 21 insertions, 20 deletions
diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog
index d52d46848e..3bba4cc238 100644
--- a/doc/bsp_howto/ChangeLog
+++ b/doc/bsp_howto/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-19 Joel Sherrill <joel@OARcorp.com>
+
+ * analog.t, bsp_howto.texi, discrete.t, nvmem.t, target.t: Merge from
+ branch.
+
2003-08-22 Joel Sherrill <joel@OARcorp.com>
* adaintr.t, ata.t, target.t: Reconcile differences between CVS trunk
diff --git a/doc/bsp_howto/analog.t b/doc/bsp_howto/analog.t
index d17f73ff2e..21ed892265 100644
--- a/doc/bsp_howto/analog.t
+++ b/doc/bsp_howto/analog.t
@@ -28,11 +28,10 @@ DACs or ADCs on a single card.
There are currently no analog device drivers included in the
RTEMS source tree. The information provided in this chapter
-is based on drivers developed by OAR Corporation personnel
-for applications using RTEMS. It is hoped that this
-driver model information can form the basis for a standard
-analog driver model that can be supported in future RTEMS
-distribution.
+is based on drivers developed for applications using RTEMS.
+It is hoped that this driver model information can form the
+basis for a standard analog driver model that can be supported
+in future RTEMS distribution.
@section Major and Minor Numbers
diff --git a/doc/bsp_howto/bsp_howto.texi b/doc/bsp_howto/bsp_howto.texi
index 7c529ce613..6ca1110193 100644
--- a/doc/bsp_howto/bsp_howto.texi
+++ b/doc/bsp_howto/bsp_howto.texi
@@ -21,6 +21,7 @@
@include version.texi
@include common/setup.texi
+@include common/rtems.texi
@ifset use-ascii
@dircategory RTEMS On-Line Manual
diff --git a/doc/bsp_howto/discrete.t b/doc/bsp_howto/discrete.t
index 6f5062541f..dcbb0da076 100644
--- a/doc/bsp_howto/discrete.t
+++ b/doc/bsp_howto/discrete.t
@@ -28,9 +28,8 @@ on the notion of reading bitfields from the card.
There are currently no discrete I/O device drivers included in the
RTEMS source tree. The information provided in this chapter
-is based on drivers developed by OAR Corporation personnel
-for applications using RTEMS. It is hoped that this
-driver model information can form the basis for a standard
+is based on drivers developed for applications using RTEMS.
+It is hoped that this driver model information can form the
discrete I/O driver model that can be supported in future RTEMS
distribution.
diff --git a/doc/bsp_howto/nvmem.t b/doc/bsp_howto/nvmem.t
index ddbe03e469..2c1063b8c3 100644
--- a/doc/bsp_howto/nvmem.t
+++ b/doc/bsp_howto/nvmem.t
@@ -25,12 +25,11 @@ by this class of device driver are:
@end itemize
There is currently only one non-volatile device driver included in the
-RTEMS source tree and it does not adhere to this device driver model.
-The information provided in this chapter is based on drivers developed
-by OAR Corporation personnel for applications using RTEMS. It is
-hoped that this driver model information can form the basis for a standard
-non-volatile memory driver model that can be supported in future RTEMS
-distribution.
+RTEMS source tree. The information provided in this chapter
+is based on drivers developed for applications using RTEMS.
+It is hoped that this driver model information can form the
+basis for a standard non-volatile memory driver model that
+can be supported in future RTEMS distribution.
@section Major and Minor Numbers
diff --git a/doc/bsp_howto/target.t b/doc/bsp_howto/target.t
index 5c285650fb..29bd69ff26 100644
--- a/doc/bsp_howto/target.t
+++ b/doc/bsp_howto/target.t
@@ -102,12 +102,10 @@ be augmented. After this is done, development of the new BSP can proceed.
Otherwise both CPU dependent code and the BSP will have to be written.
-Regardless of the amount of development required, OAR Corporation
-offers custom development services to assist RTEMS users.
-For more information on custom development, training courses, and
-support, contact OAR Corporation at
-@uref{http://www.oarcorp.com}.
-
+This type of development often requires specialized skills. If
+you need help in making these modifications to RTEMS, please
+consider using one of the RTEMS Service Providers. The current
+list of these is at @uref{@value{RTEMSHTTPURL}/support.html}.
@section CPU Dependent Executive Files