svn commit: r274019 - in releng/10.1/release/doc: en_US.ISO8859-1/hardware share/xml
Glen Barber
gjb at FreeBSD.org
Mon Nov 3 09:02:09 UTC 2014
Author: gjb
Date: Mon Nov 3 09:02:08 2014
New Revision: 274019
URL: https://svnweb.freebsd.org/changeset/base/274019
Log:
Update the hardware page to reflect CPU updates/additions
added in head at r273941.
Since the original commit requires changes to the doc/
repository after the release tag had already happened,
(re)define entities in share/xml/release.ent that reflect
doc at r45900 to prevent build breakage.
Requested by: gavin
Approved by: re (implicit, relnotes)
Sponsored by: The FreeBSD Foundation
Modified:
releng/10.1/release/doc/en_US.ISO8859-1/hardware/article.xml
releng/10.1/release/doc/share/xml/release.ent
Modified: releng/10.1/release/doc/en_US.ISO8859-1/hardware/article.xml
==============================================================================
--- releng/10.1/release/doc/en_US.ISO8859-1/hardware/article.xml Mon Nov 3 08:48:48 2014 (r274018)
+++ releng/10.1/release/doc/en_US.ISO8859-1/hardware/article.xml Mon Nov 3 09:02:08 2014 (r274019)
@@ -77,7 +77,7 @@
<para>Note that there are two names for this architecture, AMD64
(AMD) and Intel EM64T (Extended Memory 64-bit Technology).
64-bit mode of the two architectures are almost compatible
- with each other, and &os;/&arch.amd64; should support them
+ with each other, and &os;/&arch.amd64; supports them
both.</para>
<para>As of this writing, the following processors are
@@ -93,6 +93,18 @@
</listitem>
<listitem>
+ <para>&amd.sempron;.</para>
+ </listitem>
+
+ <listitem>
+ <para>&amd.turion;.</para>
+ </listitem>
+
+ <listitem>
+ <para>&amd.phenom;.</para>
+ </listitem>
+
+ <listitem>
<para>All multi-core &intel; &xeon; processors except
Sossaman have EM64T support.</para>
</listitem>
@@ -105,22 +117,30 @@
</listitem>
<listitem>
- <para>All &intel; Core 2 (not Core Duo) and later
+ <para>All &intel; &core; 2 (not &core; Duo) and later
processors</para>
</listitem>
<listitem>
+ <para>All &intel; &core; i range of processors</para>
+ </listitem>
+
+ <listitem>
<para>All &intel; &pentium; D processors</para>
</listitem>
<listitem>
- <para>&intel; &pentium; 4s and Celeron Ds using
+ <para>All &intel; ¢rino; Duo and ¢rino; Pro platforms</para>
+ </listitem>
+
+ <listitem>
+ <para>&intel; &pentium; 4s and &celeron; Ds using
the <quote>Cedar Mill</quote> core have EM64T
support.</para>
</listitem>
<listitem>
- <para>Some &intel; &pentium; 4s and Celeron Ds using
+ <para>Some &intel; &pentium; 4s and &celeron; Ds using
the <quote>Prescott</quote> core have EM64T support. See
the <link
xlink:href="http://processorfinder.intel.com">Intel
Modified: releng/10.1/release/doc/share/xml/release.ent
==============================================================================
--- releng/10.1/release/doc/share/xml/release.ent Mon Nov 3 08:48:48 2014 (r274018)
+++ releng/10.1/release/doc/share/xml/release.ent Mon Nov 3 09:02:08 2014 (r274019)
@@ -73,3 +73,17 @@
<!ENTITY arch.pc98 "pc98">
<!ENTITY arch.powerpc "powerpc">
<!ENTITY arch.sparc64 "sparc64">
+
+<!-- Entities added after the doc/ tag for 10.1-RELEASE -->
+<!ENTITY amd.phenom "<trademark xmlns='http://docbook.org/ns/docbook'>AMD Phenom</trademark>">
+<!ENTITY amd.sempron "<trademark xmlns='http://docbook.org/ns/docbook'>AMD Sempron</trademark>">
+<!ENTITY amd.turion "<trademark xmlns='http://docbook.org/ns/docbook'>AMD Turion</trademark>">
+<!ENTITY centrino "<trademark xmlns='http://docbook.org/ns/docbook' class='registered'>Centrino</trademark>">
+<!ENTITY tm-attrib.intel "<para xmlns='http://docbook.org/ns/docbook'>Intel,
+ Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium,
+ and Xeon are trademarks or registered trademarks of Intel Corporation
+ or its subsidiaries in the United States and other countries.</para>">
+<!ENTITY tm-attrib.amd "<para xmlns='http://docbook.org/ns/docbook'>AMD,
+ AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon,
+ Élan, Opteron, and PCnet are trademarks of Advanced Micro
+ Devices, Inc.</para>">
More information about the svn-src-releng
mailing list