diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-19 22:12:56 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-05-19 22:12:56 +0000 |
commit | 29e3236f733d135f2dad92223c76a9e82b57417f (patch) | |
tree | 6197c91bd20e8792ca05cf59299d972eaadece41 /release/doc | |
parent | fa380516e800c63aa4f976fd7538688c439868e8 (diff) | |
download | src-29e3236f733d135f2dad92223c76a9e82b57417f.tar.gz src-29e3236f733d135f2dad92223c76a9e82b57417f.zip |
A real ia64 processor section.
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
Notes
Notes:
svn path=/head/; revision=115167
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml b/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml index d521b29e18c0..c6e0bd9a514d 100644 --- a/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml @@ -3,6 +3,26 @@ --> <sect1 id="proc-ia64"> <title>Supported Processors and Motherboards</title> - - <para>Need to write this section.</para> + <para>Currently supported processors are the + <ulink url="http://www.intel.com/design/itanium/itanium/index.htm">Itanium</ulink> + and the <ulink url="http://www.intel.com/design/itanium2/index.htm">Itanium 2</ulink>.</para> + <para>Supported chipsets include:</para> + <itemizedlist> + <listitem> + <para>HP zx1 (only on development branch, see the + <ulink url="http://perforce.freebsd.org/">Perforce repository</ulink>)</para> + </listitem> + <listitem> + <para>HP i2000 + </listitem> + <listitem> + <para>Intel 460GX</para> + </listitem> + <listitem> + <para>Intel E8870</para> + </listitem> + </itemizedlist> + <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP) configurations are under active + development. At this time, the SMP development branch is the less stable of the two. The + current priorities are UP fixes to improve stability.</para> </sect1> |