diff options
author | gavin <gavin@FreeBSD.org> | 2014-11-01 20:07:32 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2014-11-01 20:07:32 +0000 |
commit | 2c6c4f12006690dc9de073adba5ae6c7e961bfdb (patch) | |
tree | 1a4b8d8c386830038be9f54137421a5a7658f048 /release/doc | |
parent | 48170341206d834f2083ffaa5ee1b6fc27a85de3 (diff) | |
download | FreeBSD-src-2c6c4f12006690dc9de073adba5ae6c7e961bfdb.zip FreeBSD-src-2c6c4f12006690dc9de073adba5ae6c7e961bfdb.tar.gz |
Updates to the list of CPUs supported by the amd64 platform
MFC after: 3 days
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.xml | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.xml b/release/doc/en_US.ISO8859-1/hardware/article.xml index 09cb3be..eb90b99 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.xml +++ b/release/doc/en_US.ISO8859-1/hardware/article.xml @@ -76,7 +76,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 @@ -92,6 +92,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> @@ -104,22 +116,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 Processor Spec Finder</link> for the definitive answer about |