Deleted Added
full compact
article.xml (166767) article.xml (166768)
1<!-- $FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 166768 2007-02-15 19:48:36Z bmah $ -->
2
3<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
4<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
5%articles.ent;
6
7<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
8%release;
9<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN">
10%devauto;
11
12<!-- Text constants which probably don't need to be changed.-->
13
14<!-- Architecture names -->
15<!ENTITY arch.amd64 "amd64">
16<!ENTITY arch.arm "arm">
17<!ENTITY arch.i386 "i386">
18<!ENTITY arch.ia64 "ia64">
19<!ENTITY arch.pc98 "pc98">
20<!ENTITY arch.powerpc "powerpc">
21<!ENTITY arch.sparc64 "sparc64">
22<!ENTITY arch.sun4v "sun4v">
23
24]>
25
26<article>
27
28<articleinfo>
29 <title>&os; &release.current; Hardware Notes</title>
30
31 <corpauthor>The &os; Documentation Project</corpauthor>
32
33 <copyright>
34 <year>2000</year>
35 <year>2001</year>
36 <year>2002</year>
37 <year>2003</year>
38 <year>2004</year>
39 <year>2005</year>
40 <year>2006</year>
41 <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
42 </copyright>
43</articleinfo>
44
45<sect1 id="intro">
46 <title>Introduction</title>
47
48 <para>This document contains the hardware compatibility notes for
49 &os; &release.current;.
50 It lists
51 devices known to work on this platform, as well as some notes on
52 boot-time kernel customization that may be useful when attempting to
53 configure support for new devices.</para>
54
55</sect1>
56
1<!--
2
3 The "Supported Devices" section of the release notes.
4 Generally processor-independent, with conditional text
5 inclusion handling any architecture-dependent text.
6
7 Within each subsection describing a class of hardware
8 (i.e. Ethernet interfaces), list broad groups of devices

--- 15 unchanged lines hidden (view full) ---

24 Please avoid doing &man entity conversions unless you
25 know for sure that an entity and manpage exist; sweeps through
26 this file to fix "missed" conversions are likely to break the
27 build.
28-->
29
30<sect1 id="support">
31 <sect1info>
57<!--
58
59 The "Supported Devices" section of the release notes.
60 Generally processor-independent, with conditional text
61 inclusion handling any architecture-dependent text.
62
63 Within each subsection describing a class of hardware
64 (i.e. Ethernet interfaces), list broad groups of devices

--- 15 unchanged lines hidden (view full) ---

80 Please avoid doing &man entity conversions unless you
81 know for sure that an entity and manpage exist; sweeps through
82 this file to fix "missed" conversions are likely to break the
83 build.
84-->
85
86<sect1 id="support">
87 <sect1info>
32 <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 166767 2007-02-15 19:33:47Z bmah $</pubdate>
88 <pubdate>$FreeBSD: head/release/doc/en_US.ISO8859-1/hardware/article.sgml 166768 2007-02-15 19:48:36Z bmah $</pubdate>
33 </sect1info>
34
35 <title>Supported Devices</title>
36
37 <para>This section describes the devices currently known to be
38 supported by &os;. Other configurations
39 may also work, but simply have not been tested yet. Feedback,
40 updates, and corrections to this list are encouraged.</para>

--- 919 unchanged lines hidden (view full) ---

960
961 <para>[&arch.pc98;] Power Management Controller of NEC PC-98 Note (pmc
962 driver)</para>
963
964 <para>[&arch.sparc64;] OpenFirmware console (ofwcons driver)</para>
965
966 </sect2>
967</sect1>
89 </sect1info>
90
91 <title>Supported Devices</title>
92
93 <para>This section describes the devices currently known to be
94 supported by &os;. Other configurations
95 may also work, but simply have not been tested yet. Feedback,
96 updates, and corrections to this list are encouraged.</para>

--- 919 unchanged lines hidden (view full) ---

1016
1017 <para>[&arch.pc98;] Power Management Controller of NEC PC-98 Note (pmc
1018 driver)</para>
1019
1020 <para>[&arch.sparc64;] OpenFirmware console (ofwcons driver)</para>
1021
1022 </sect2>
1023</sect1>
1024
1025</article>