summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-29 13:34:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-08-29 13:34:10 +0000
commit9e9d9903c1fdf43655b1c7726c1f34e296610717 (patch)
tree6d185bdd3eab3b01e4a87bce5f42ef07cce0d7b3 /doc
parent2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9e9d9903c1fdf43655b1c7726c1f34e296610717.tar.bz2
2003-08-29 Joel Sherrill <joel@OARcorp.com>
* HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in, rtems_support.html.in, FAQ/basic.t, FAQ/build45.t, bsp_howto/analog.t, bsp_howto/discrete.t, bsp_howto/nvmem.t, bsp_howto/target.t, common/cpright.texi, gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html, gnu_docs/index.html, gnu_docs/refcard.html, gnu_docs/rtems_tools_index.html, relnotes/install.texi, relnotes/intro.texi, relnotes/status.texi, started/nextstep.t, started_ada/intro.t, started_ada/tversions.texi: Migrate many obsolete references from oarcorp.com to rtems.com. Also send people to the support.html page rather than duplicate information. * images/rtems_logo.jpg: New file. * SUPPORT: Removed.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog15
-rw-r--r--doc/FAQ/basic.t22
-rw-r--r--doc/FAQ/build45.t4
-rw-r--r--doc/HELP.html12
-rw-r--r--doc/SUPPORT22
-rw-r--r--doc/bsp_howto/analog.t9
-rw-r--r--doc/bsp_howto/discrete.t5
-rw-r--r--doc/bsp_howto/nvmem.t11
-rw-r--r--doc/bsp_howto/target.t10
-rw-r--r--doc/common/cpright.texi17
-rw-r--r--doc/gnu_docs/gnu_footer.html4
-rw-r--r--doc/gnu_docs/gnu_header.html4
-rw-r--r--doc/gnu_docs/index.html6
-rw-r--r--doc/gnu_docs/refcard.html6
-rw-r--r--doc/gnu_docs/rtems_tools_index.html6
-rw-r--r--doc/images/rtems_logo.jpgbin0 -> 14586 bytes
-rw-r--r--doc/index.html.in4
-rw-r--r--doc/relnotes/install.texi12
-rw-r--r--doc/relnotes/intro.texi29
-rw-r--r--doc/relnotes/status.texi71
-rw-r--r--doc/rtems_footer.html.in2
-rw-r--r--doc/rtems_header.html.in4
-rw-r--r--doc/rtems_support.html.in6
-rw-r--r--doc/started/nextstep.t3
-rw-r--r--doc/started_ada/intro.t6
-rw-r--r--doc/started_ada/tversions.texi6
26 files changed, 103 insertions, 193 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e6107ac417..e17c7a4a3f 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,18 @@
+2003-08-29 Joel Sherrill <joel@OARcorp.com>
+
+ * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in,
+ rtems_support.html.in, FAQ/basic.t, FAQ/build45.t,
+ bsp_howto/analog.t, bsp_howto/discrete.t, bsp_howto/nvmem.t,
+ bsp_howto/target.t, common/cpright.texi, gnu_docs/gnu_footer.html,
+ gnu_docs/gnu_header.html, gnu_docs/index.html, gnu_docs/refcard.html,
+ gnu_docs/rtems_tools_index.html, relnotes/install.texi,
+ relnotes/intro.texi, relnotes/status.texi, started/nextstep.t,
+ started_ada/intro.t, started_ada/tversions.texi: Migrate many
+ obsolete references from oarcorp.com to rtems.com. Also send people
+ to the support.html page rather than duplicate information.
+ * images/rtems_logo.jpg: New file.
+ * SUPPORT: Removed.
+
2003-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Extract toolversions from ../scripts/setup.def.
diff --git a/doc/FAQ/basic.t b/doc/FAQ/basic.t
index 48b8f9ea57..7a09e2557f 100644
--- a/doc/FAQ/basic.t
+++ b/doc/FAQ/basic.t
@@ -139,22 +139,36 @@ source code was available and royalties were paid.
In other words, RTEMS was open source before open source was cool.
+Since the initial release to the world, the RTEMS Community has
+grown enormously and contributed significantly to RTEMS. Important
+additions such as the TCP/IP stack, FAT filesystem, multiple ports,
+device drivers, and most BSPs have come from users like yourself.
+
@section Are there no similar commercial products?
Yes, but not all are based on standards and the open source philosophy.
@section How can I get RTEMS?
-RTEMS is distributed by @uref{http://www.OARcorp.com,OAR Corporation} via the
-Internet. Point your
+RTEMS is distributed from @uref(http://www.rtems.com,http://www.rtems.com).
+This is a server dedicated to the RTEMS Project which was donated by and
+hosted by @uref{http://www.OARcorp.com,OAR Corporation} to provide
+a focal point for all RTEMS activities. Point your
favorite browser at the following URL and following the link:
@uref{@value{RTEMSHTTPURL},@value{RTEMSHTTPURL}}
+But if you are already reading this, you probably already found it. :)
+
@section What about support?
-OAR Corporation provides numerous services for RTEMS including support,
-training, and custom development.
+RTEMS development and support services are available from a number
+of firms. See
+@uref(http://www.rtems.com/support.html,http://www.rtems.com/support.html)
+for the current list of RTEMS service providers.
+
+Remember that RTEMS maintenance is funded by users. If you are
+using RTEMS on a commercial project, please get support.
@section Are there any mailing lists?
diff --git a/doc/FAQ/build45.t b/doc/FAQ/build45.t
index 9d3ba34816..f41b1dfb70 100644
--- a/doc/FAQ/build45.t
+++ b/doc/FAQ/build45.t
@@ -154,8 +154,8 @@ prefix, eg. i386-rtems-gcc, m68k-rtems-ld are target tools.
Host tools are supposed not to be prefixed.
e.g.: cc, ld, gcc, autoconf, automake, aclocal etc.
-If using OAR Corporation's rpms for the toolchain, simply prepend
-@code{/opt/rtems/bin} to @code{$PATH}.
+If using the pre-built tool binaries provided by the RTEMS project,
+simply prepend @code{/opt/rtems/bin} to @code{$PATH}.
@subsection Can I build RTEMS Canadian Cross?
diff --git a/doc/HELP.html b/doc/HELP.html
index 0d08908051..c49935bbf3 100644
--- a/doc/HELP.html
+++ b/doc/HELP.html
@@ -1,8 +1,8 @@
<HTML>
<HEAD><TITLE>RTEMS 4.0.0 On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS On-Line Library</H1>
<HR>
<BODY>
@@ -13,10 +13,10 @@ The following supplement manuals do not currently exist:
<LI>RTEMS Hitachi SH Applications Supplement</LI>
<LI>RTEMS UNIX Port Applications Supplement</LI>
</MENU>
-If you have knowledge of the processors used in the above ports and
-want to contribute to RTEMS, please contact
-<A HREF="mailto:rtems@OARcorp.com"><I>rtems@OARcorp.com</I></A>
+<p>If you have knowledge of the processors used in the above ports and
+want to contribute to RTEMS, please contact a member of the
+RTEMS Steering Committee.</p>
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/SUPPORT b/doc/SUPPORT
deleted file mode 100644
index 083c1cb5d0..0000000000
--- a/doc/SUPPORT
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# $Id$
-#
-
-On-Line Applications Research Corporation (OAR) offers support,
-customization, and training for RTEMS. Custom RTEMS development services
-includes porting RTEMS to new processors and the development of custom board
-support packages and device drivers. In addition, OAR is available
-to assist in the development of your real-time embedded application.
-
-For more information, email Mark Johannes at mark@OARcorp.com
-or contact OAR at:
-
-On-Line Applications Research Corporation
-4910-L Corporate Drive
-Huntsville AL 35805
-Voice: (205) 722-9985
-Fax: (205 722-0985
-
-RTEMS maintenance and development is funded solely by RTEMS users.
-The future of RTEMS depends on its user base.
-
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/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..2f5ae45279 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(http://www.rtems.com/support.html}.
@section CPU Dependent Executive Files
diff --git a/doc/common/cpright.texi b/doc/common/cpright.texi
index 6fecac7503..8a93b9eefe 100644
--- a/doc/common/cpright.texi
+++ b/doc/common/cpright.texi
@@ -17,7 +17,7 @@
@end tex
@vskip 0pt plus 1filll
-COPYRIGHT @copyright{} 1988 - 2002.@*
+COPYRIGHT @copyright{} 1988 - 2003.@*
On-Line Applications Research Corporation (OAR).@*
The authors have used their best efforts in preparing
@@ -31,17 +31,10 @@ assumed. The authors reserve the right to revise this material
and to make changes from time to time in the content hereof
without obligation to notify anyone of such revision or changes.
+The RTEMS Project is hosted at @uref{http://www.rtems.com}.
Any inquiries concerning RTEMS, its related support
components, its documentation, or any custom services
-for RTEMS should be directed to:
-
-@example
-On-Line Applications Research Corporation
-4910-L Corporate Drive
-Huntsville, AL 35805
-VOICE: (256) 722-9985
-FAX: (256) 722-0985
-EMAIL: rtems@@OARcorp.com
-URL: http://www.oarcorp.com
-@end example
+for RTEMS should be directed to the contacts listed on
+that site. A current list of RTEMS Support Providers
+is at @uref{http://www.rtems.com/support.html}.
diff --git a/doc/gnu_docs/gnu_footer.html b/doc/gnu_docs/gnu_footer.html
index b7d2168554..bd79cba476 100644
--- a/doc/gnu_docs/gnu_footer.html
+++ b/doc/gnu_docs/gnu_footer.html
@@ -1,2 +1,2 @@
-<P>Packaging copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A></BR>
-Context copyright by each document's author. See <A HREF="http://www.gnu.org" target="Text Frame">Free Software Foundation</A> for information.
+<P>Packaging copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A></BR>
+Content copyright by each document's author. See <A HREF="http://www.gnu.org" target="Text Frame">Free Software Foundation</A> for information.
diff --git a/doc/gnu_docs/gnu_header.html b/doc/gnu_docs/gnu_header.html
index 310a73c1c8..b026963f13 100644
--- a/doc/gnu_docs/gnu_header.html
+++ b/doc/gnu_docs/gnu_header.html
@@ -1,5 +1,5 @@
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="../images/oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="../images/rtems_logo.jpg" ALT="RTEMS Logo"></A>
<H1>RTEMS GNU Tools On-Line Library</H1>
<HR>
diff --git a/doc/gnu_docs/index.html b/doc/gnu_docs/index.html
index 538cdd16a4..ce0fce8578 100644
--- a/doc/gnu_docs/index.html
+++ b/doc/gnu_docs/index.html
@@ -1,8 +1,8 @@
<HTML>
<HEAD><TITLE>RTEMS GNU Tools On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS GNU Tools On-Line Library</H1>
<HR>
<BODY>
@@ -139,5 +139,5 @@
</LI>
</MENU>
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/gnu_docs/refcard.html b/doc/gnu_docs/refcard.html
index 7c29ea6fc8..8f368e6f28 100644
--- a/doc/gnu_docs/refcard.html
+++ b/doc/gnu_docs/refcard.html
@@ -1,13 +1,13 @@
<HTML>
<HEAD><TITLE>GDB Reference Card</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="../oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="../rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS On-Line Library</H1>
<HR>
<BODY>
The GDB Reference card is not written in texinfo file. There is currently
no HTML or PDF version of this file.
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/gnu_docs/rtems_tools_index.html b/doc/gnu_docs/rtems_tools_index.html
index 1a5b6abd24..b92725551f 100644
--- a/doc/gnu_docs/rtems_tools_index.html
+++ b/doc/gnu_docs/rtems_tools_index.html
@@ -1,8 +1,8 @@
<HTML>
<HEAD><TITLE>RTEMS and Tools On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="rtemsdoc/html/images/oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="rtemsdoc/html/images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS and Tools On-Line Library</H1>
<HR>
<BODY>
@@ -11,5 +11,5 @@
<LI><A HREF="toolsdoc/html/index.html">GNU Documentation</A></LI>
</MENU>
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/images/rtems_logo.jpg b/doc/images/rtems_logo.jpg
new file mode 100644
index 0000000000..485b80bc8a
--- /dev/null
+++ b/doc/images/rtems_logo.jpg
Binary files differ
diff --git a/doc/index.html.in b/doc/index.html.in
index c302490f57..cb6f0e7a4b 100644
--- a/doc/index.html.in
+++ b/doc/index.html.in
@@ -2,7 +2,7 @@
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
+ <IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS @VERSION@ On-Line Library</H1>
<HR>
<BODY>
@@ -311,5 +311,5 @@
</MENU>
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/relnotes/install.texi b/doc/relnotes/install.texi
index 829cd8d868..84743cd682 100644
--- a/doc/relnotes/install.texi
+++ b/doc/relnotes/install.texi
@@ -45,8 +45,9 @@ Throughout the rest of this manual
<RTEMS_distribution> will be used as the parent of components
within the RTEMS distribution. For persons using the ftp
distribution found on the primary ftp site for RTEMS,
-<RTEMS_distribution> is
-ftp://ftp.OARcorp.com/oarcorp/rtems/@value{VERSION}.
+<RTEMS_distribution> are found under this directory
+@uref{ftp://ftp.rtems.com/pub/rtems/}. HTTP access to the
+ftp site is available via @uref{http://www.rtems.com/ftp/pub/rtems}.
The archive files for RTEMS Release @value{VERSION} are found
under the directory <RTEMS_distribution>. This directory
@@ -56,9 +57,6 @@ patches which may be required for other tools.
The complete source code and documentation set for
the C language implementation of RTEMS is provided.
-Documentation other than this on-line version is available to
-OAR support customers. Please contact OAR for more information.
-
@ifinfo
@node Installation Procedure Unarchiving the RTEMS and GNU Components, Installation Procedure Installing a Cross-Development GNU Toolset, Installation Procedure RTEMS FTP Site Organization, Installation Procedure
@end ifinfo
@@ -69,8 +67,8 @@ Many of the components of the RTEMS release are
The GNU zip package is required to unarchives these files on the
RTEMS ftp site. If this package is not installed, the source
can be found in the files
-ftp://prep.ai.mit.edu/pub/gnu/gzip-1.2.4.shar or
-ftp://prep.ai.mit.edu/pub/gnu/gzip-1.2.4.tar. It may be
+@uref{ftp://ftp.gnu.org/pub/gnu/gzip/gzip-1.2.4.shar} or
+@uref{ftp://ftp.gnu.org/pub/gnu/gzip/gzip-1.2.4.tar}. It may be
restored using a command similar to the following:
@example
diff --git a/doc/relnotes/intro.texi b/doc/relnotes/intro.texi
index 15ec23f49a..cd61781714 100644
--- a/doc/relnotes/intro.texi
+++ b/doc/relnotes/intro.texi
@@ -44,7 +44,7 @@ This RTEMS release package contains the following general components:
There is a mailing list dedicated to RTEMS. This is
a Majordomo style mailing list and may be subscribed to
-by sending a message to rtems-list-request@@OARcorp.com with
+by sending a message to rtems-list-request@@rtems.com with
the following line as the body:
@example
@@ -191,27 +191,8 @@ The primary ftp site for this library is ftp.cygnus.com (205.180.83.42).
@end ifinfo
@section Documentation
-The RTEMS Documentation Set is provided online at http://www.OARcorp.com/
-as reference information for all levels of RTEMS users. The set includes
-the following documents:
+The RTEMS Documentation Set is provided online at
+@uref{http://www.rtems.com/onlinedocs.html}
+as reference information for all levels of RTEMS users.
-@itemize @bullet
-@item C Applications User's Guide
-
-@item Intel i386 Applications Supplement
-
-@item Intel i960CA Applications Supplement
-
-@item Motorola MC68xxx Applications Supplement
-
-@item Hewlett Packard PA-RISC 1.1 Applications Supplement
-
-@item SPARC Applications Supplement
-
-@item Development Environment Guide
-
-@item Release Notes
-@end itemize
-
-The RTEMS documentation set is available in alternate formats to
-support customers.
+The RTEMS documentation set is available in HTML, PostScript, PDF, and DVI.
diff --git a/doc/relnotes/status.texi b/doc/relnotes/status.texi
index 1b3b4e9d3a..f3e48b5bf9 100644
--- a/doc/relnotes/status.texi
+++ b/doc/relnotes/status.texi
@@ -190,71 +190,6 @@ development environment.
@end ifinfo
@subsection RTEMS Problem Reporting
-A problem report is provided at the end of this
-document and may be copied by the RTEMS user. Please fill out
-the form completely to assure a speedy response to the problem.
-In filling out the problem report the following instructions
-apply:
-
-@table @code
-@item User Name and Address:
-The full name
-and mailing address of the customer or company where
-correspondence from RTEMS support personnel may be shipped.
-
-@item Contact Name:
-The name of the person with whom
-RTEMS support personnel will correspond with concerning the
-reported problem.
-
-@item Telephone Voice/FAX:
-The telephone numbers which
-will enable RTEMS support personnel to reach the designated
-contact name.
-
-@item Product/Version:
-The RTEMS product and the version that is currently in use.
-
-@item Target Processor/System:
-The processor and board type that is the target.
-
-@item Host Computer System:
-The manufacturer and model
-number of the system on which RTEMS has been installed.
-
-@item Host Operating System/Version:
-The operating system and version under which RTEMS has been installed.
-
-@c @item Report Type:
-@c Check the most appropriate description of the reported problem.
-
-@item Customer Impact:
-Indicate the severity of the impact of the reported problem.
-
-@item Detailed Description:
-A written description of the
-problem including the area of the RTEMS development environment
-where the problem is located and its behavior. Please feel free
-to provide source code listings, makefiles, possible solutions,
-and any other information describing the problem. This
-additional information may be submitted via email or anonymous
-ftp.
-
-Support, training, ports, and custom development are provided
-by On-Line Applications Research Corporation (OAR). Correspondence
-regarding any aspect of RTEMS should be addressed as follows
-(magnetic tapes should be marked: DO NOT X-RAY):
-@end table
-
-@example
-@group
-RTEMS
-On-Line Applications Research Corporation
-4910-L Corporate Drive
-Huntsville, AL 35805
-Voice: (205) 722-9985
-FAX: (205) 722-0985
-EMAIL: rtems@@OARcorp.com
-@end group
-@end example
-
+The RTEMS Project uses the GNATS Problem Reporting and Tracking System.
+Instructions for reporting a problem are located at
+@uref{http://www.rtems.com/bugs.html}.
diff --git a/doc/rtems_footer.html.in b/doc/rtems_footer.html.in
index 30a69dd0f2..37ed56c17b 100644
--- a/doc/rtems_footer.html.in
+++ b/doc/rtems_footer.html.in
@@ -1 +1 @@
-<P>Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+<P>Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
diff --git a/doc/rtems_header.html.in b/doc/rtems_header.html.in
index 2ad7d1cb69..97c89d52b9 100644
--- a/doc/rtems_header.html.in
+++ b/doc/rtems_header.html.in
@@ -1,5 +1,5 @@
<BODY BGCOLOR="FFFFFF">
-<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="../images/oaronly.jpg" ALT="OAR"> </A>
+<A HREF="http://www.rtems.com" target="Text Frame">
+ <IMG align=right BORDER=0 SRC="../images/rtems_jpg.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS @VERSION@ On-Line Library</H1>
<HR>
diff --git a/doc/rtems_support.html.in b/doc/rtems_support.html.in
index b86116099b..fb4bc026d5 100644
--- a/doc/rtems_support.html.in
+++ b/doc/rtems_support.html.in
@@ -2,11 +2,11 @@
<HEAD><TITLE>RTEMS @VERSION@ On-Line Library</TITLE></HEAD>
<BODY BGCOLOR="FFFFFF">
<A HREF="http://www.oarcorp.com" target="Text Frame">
- <IMG align=right BORDER=0 SRC="images/oaronly.jpg" ALT="OAR"> </A>
+ <IMG align=right BORDER=0 SRC="images/rtems_logo.jpg" ALT="RTEMS Logo"> </A>
<H1>RTEMS RTEMS_VERSION On-Line Library</H1>
<HR>
<BODY>
-<MENU>
+RTEMS LogoMENU>
<LI><A HREF="FAQ/index.html">
RTEMS FAQ</A>
<LI><A HREF="c_user/index.html">
@@ -55,5 +55,5 @@
</MENU>
<HR>
-Copyright &copy; 1988-2002 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2003 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/started/nextstep.t b/doc/started/nextstep.t
index 0f8c26a090..248728ba26 100644
--- a/doc/started/nextstep.t
+++ b/doc/started/nextstep.t
@@ -78,7 +78,8 @@ effort, please contact the RTEMS Team at
@uref{mailto:@value{RTEMSUSERS}, @value{RTEMSUSERS}}.
If you are interested in sponsoring the development of a new
feature, BSP, device driver, port of an existing library, etc.,
-please contact @uref{mailto:sales@@OARcorp.com, sales@@OARcorp.com}.
+please contact one of the RTEMS Service Providers listed
+at @uref{http://www.rtems.com/support.html}.
@section Writing an Application
diff --git a/doc/started_ada/intro.t b/doc/started_ada/intro.t
index b7f5ebe209..55cbf26ebe 100644
--- a/doc/started_ada/intro.t
+++ b/doc/started_ada/intro.t
@@ -127,14 +127,14 @@ use to GNAT/RTEMS users.
@subsection RTEMS Mailing List
-rtems-users@@OARcorp.com
+rtems-users@@rtems.com
This mailing list is dedicated to the discussion of issues related
to RTEMS, including GNAT/RTEMS. If you have questions about RTEMS,
wish to make suggestions, or just want to pick up hints, this is a
good list to subscribe to. Subscribe by sending an empty mail
-message to rtems-users-subscribe@@OARcorp.com. Messages sent
-to rtems-users@@OARcorp.com are posted to the list.
+message to rtems-users-subscribe@@rtems.com. Messages sent
+to rtems-users@@rtems.com are posted to the list.
@subsection CrossGCC Mailing List
diff --git a/doc/started_ada/tversions.texi b/doc/started_ada/tversions.texi
index aa7d626bcf..acbc993358 100644
--- a/doc/started_ada/tversions.texi
+++ b/doc/started_ada/tversions.texi
@@ -55,8 +55,8 @@
@c @set BINUTILSVERSION gas 980314
@c @set BINUTILSTAR gas-980314.tgz
@c @set BINUTILSUNTAR gas-980314
-@c @set BINUTILSFTPSITE ftp.OARcorp.com
-@c @set BINUTILSFTPDIR /oarcorp/private/beta3/ada_tools
+@c @set BINUTILSFTPSITE ftp.rtems.com
+@c @set BINUTILSFTPDIR XXXX
@c @set BINUTILSRTEMSPATCH binutils-2.8.1-rtems-diff-980321.gz
@c
@@ -89,7 +89,7 @@
@set RTEMSVERSION RTEMS 4.5.1
@set RTEMSTAR rtems-4.5.1.tgz
@set RTEMSUNTAR rtems-4.5.1
-@set RTEMSFTPSITE ftp.OARcorp.com
+@set RTEMSFTPSITE ftp.rtems.com
@set RTEMSFTPDIR /pub/rtems/releases/4.5.1
@set BUILDTOOLSTAR c_build_scripts-4.5.1.tgz