summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/HELP.html1
-rw-r--r--doc/bsp_howto/support.t3
-rw-r--r--doc/relnotes/status.texi12
-rw-r--r--doc/started_ada/buildada.t6
5 files changed, 7 insertions, 20 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7a54e20357..0885974586 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * HELP.html, bsp_howto/support.t, relnotes/status.texi,
+ started_ada/buildada.t: Remove references to posix/Unix port.
+
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t, user/userext.t: Eliminate use of deprecated
diff --git a/doc/HELP.html b/doc/HELP.html
index 1d8dac4d4d..350ff8c197 100644
--- a/doc/HELP.html
+++ b/doc/HELP.html
@@ -10,7 +10,6 @@ The following supplement manuals do not currently exist:
<MENU>
<LI>RTEMS MIPS Applications Supplement</LI>
<LI>RTEMS Hitachi SH Applications Supplement</LI>
- <LI>RTEMS UNIX Port Applications Supplement</LI>
</MENU>
<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
diff --git a/doc/bsp_howto/support.t b/doc/bsp_howto/support.t
index c056650f97..949be37678 100644
--- a/doc/bsp_howto/support.t
+++ b/doc/bsp_howto/support.t
@@ -94,9 +94,6 @@ on the BSP. Examples of this include:
VMEbus into target memory if the host is a VMEbus board in the same
chasis.
-@item @code{unix/posix} includes scripts to run the tests automatically
-on this BSP.
-
@end itemize
@section bsp.h Include File
diff --git a/doc/relnotes/status.texi b/doc/relnotes/status.texi
index 9aa2b1cac5..d10cfe1fe0 100644
--- a/doc/relnotes/status.texi
+++ b/doc/relnotes/status.texi
@@ -104,18 +104,6 @@ following processors and target boards:
@item P4000 with R4600 or R4650
@end itemize
-@item AMD 29K
-@itemize -
-@item Portsw
-@end itemize
-
-@item UNIX
-@itemize -
-@item Hewlett Packard HPUX (PA-RISC)
-@item Sun Solaris 2.x (SPARC)
-@item Linux (i386)
-@end itemize
-
@end itemize
Support for the Cygnus NEWLIB Standard C Library is
diff --git a/doc/started_ada/buildada.t b/doc/started_ada/buildada.t
index df725414b9..e160c28ac4 100644
--- a/doc/started_ada/buildada.t
+++ b/doc/started_ada/buildada.t
@@ -487,16 +487,14 @@ is the directory under tools that contails @value{RTEMSUNTAR}.
@item ENABLE_RTEMS_POSIX
is set to "yes" if you want to enable the RTEMS POSIX API support.
-At this time, this feature is not supported by the UNIX ports of RTEMS
-and is forced to "no" for those targets. This corresponds to the
+This corresponds to the
@code{configure} option @code{--enable-posix}.
This must be enabled to support the GNAT/RTEMS run-time.
@item ENABLE_RTEMS_ITRON
is set to "yes" if you want to enable the RTEMS ITRON API support.
-At this time, this feature is not supported by the UNIX ports of RTEMS
-and is forced to "no" for those targets. This corresponds to the
+This corresponds to the
@code{configure} option @code{--enable-itron}.
@item ENABLE_RTEMS_MP