]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - release/doc/share/xml/release.ent
Update the hardware page to reflect CPU updates/additions
[FreeBSD/releng/10.1.git] / release / doc / share / xml / release.ent
1 <!-- -*- sgml -*-
2
3      $FreeBSD$
4
5      OS Release Information -->
6
7 <!-- Version of the OS we're describing.  This needs to be updated
8      with each new release. -->
9 <!ENTITY release.current "10.1-RELEASE">
10
11 <!-- The previous version used for comparison in the "What's New"
12      section.  For -CURRENT, we might point back to the last
13      branchpoint. -->
14 <!ENTITY release.prev "10.0-RELEASE">
15
16 <!-- The previous stable release, useful for pointing user's at the
17      release they SHOULD be running if they don't want the bleeding
18      edge. -->
19 <!ENTITY release.prev.stable "9.3-RELEASE">
20
21 <!-- The next version to be released, usually used for snapshots. -->
22 <!ENTITY release.next "10.2-RELEASE">
23
24 <!-- The name of this branch. -->
25 <!ENTITY release.branch "10.1-STABLE">
26
27 <!-- The URL for obtaining this version of FreeBSD. -->
28 <!ENTITY release.url "http://www.FreeBSD.org/releases/">
29
30 <!-- The recommended mailing list to track. -->
31 <!ENTITY release.maillist "stable">
32
33 <!-- The type of release (usually this will be either "snapshot"
34      or "release" -->
35 <!-- WARNING: Do not forget to also change the release type in
36      doc.relnotes.mk when updating this -->
37 <!ENTITY release.type "release">
38 <!ENTITY % release.type.current  "IGNORE">
39 <!ENTITY % release.type.snapshot "IGNORE">
40 <!ENTITY % release.type.release "INCLUDE">
41
42 <![%release.type.current;[
43 <!ENTITY release '&release.current;'>
44 ]]>
45 <![%release.type.snapshot;[
46 <!ENTITY release '&release.prev;'>
47 ]]>
48 <![%release.type.release;[
49 <!ENTITY release '&release.current;'>
50 ]]>
51 <!ENTITY release ''>
52
53 <!-- The manpaths for man page references -->
54 <!ENTITY release.man.url "http://www.FreeBSD.org/cgi/man.cgi">
55 <!ENTITY release.manpath.xorg          "7.5.1">
56 <!ENTITY release.manpath.netbsd        "5.1">
57 <!ENTITY release.manpath.freebsd-ports "Ports">
58 <!ENTITY release.manpath.freebsd       "10-stable">
59
60 <!-- Text constants which probably don't need to be changed.-->
61
62 <!-- Name of our OS.  This is almost certainly going to remain
63      FreeBSD, but we might want to try to do some other formatting or
64      other fancy markup on it in the future. -->
65 <!ENTITY os "FreeBSD">
66
67 <!-- Architecture names -->
68 <!ENTITY arch.amd64 "amd64">
69 <!ENTITY arch.arm "arm">
70 <!ENTITY arch.i386 "i386">
71 <!ENTITY arch.ia64 "ia64">
72 <!ENTITY arch.mips "mips">
73 <!ENTITY arch.pc98 "pc98">
74 <!ENTITY arch.powerpc "powerpc">
75 <!ENTITY arch.sparc64 "sparc64">
76
77 <!-- Entities added after the doc/ tag for 10.1-RELEASE -->
78 <!ENTITY amd.phenom "<trademark xmlns='http://docbook.org/ns/docbook'>AMD&nbsp;Phenom</trademark>">
79 <!ENTITY amd.sempron "<trademark xmlns='http://docbook.org/ns/docbook'>AMD&nbsp;Sempron</trademark>">
80 <!ENTITY amd.turion "<trademark xmlns='http://docbook.org/ns/docbook'>AMD&nbsp;Turion</trademark>">
81 <!ENTITY centrino "<trademark xmlns='http://docbook.org/ns/docbook' class='registered'>Centrino</trademark>">
82 <!ENTITY tm-attrib.intel "<para xmlns='http://docbook.org/ns/docbook'>Intel,
83   Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium,
84   and Xeon are trademarks or registered trademarks of Intel Corporation
85   or its subsidiaries in the United States and other countries.</para>">
86 <!ENTITY tm-attrib.amd "<para xmlns='http://docbook.org/ns/docbook'>AMD,
87   AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon,
88   &Eacute;lan, Opteron, and PCnet are trademarks of Advanced Micro
89   Devices, Inc.</para>">