diff options
author | bmah <bmah@FreeBSD.org> | 2007-02-15 19:48:36 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2007-02-15 19:48:36 +0000 |
commit | 415df95ccbb58db613baf1c0372fc1c5b875953d (patch) | |
tree | 278f818704af07990f31fa7d08238a0055498c2a /release | |
parent | 53157b2e2054faed94a5c5279cdf0d43dc8e085d (diff) | |
download | FreeBSD-src-415df95ccbb58db613baf1c0372fc1c5b875953d.zip FreeBSD-src-415df95ccbb58db613baf1c0372fc1c5b875953d.tar.gz |
Add selected bits from */article.sgml, common/artheader.sgml, and
common/intro.sgml to make a valid article.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.sgml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index 59c3b96..31c8e24 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -1,3 +1,59 @@ +<!-- $FreeBSD$ --> + +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ +<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"> +%articles.ent; + +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> +%release; +<!ENTITY % devauto PUBLIC "-//FreeBSD//ENTITIES Auto Generated Device Lists//EN"> +%devauto; + +<!-- Text constants which probably don't need to be changed.--> + +<!-- Architecture names --> +<!ENTITY arch.amd64 "amd64"> +<!ENTITY arch.arm "arm"> +<!ENTITY arch.i386 "i386"> +<!ENTITY arch.ia64 "ia64"> +<!ENTITY arch.pc98 "pc98"> +<!ENTITY arch.powerpc "powerpc"> +<!ENTITY arch.sparc64 "sparc64"> +<!ENTITY arch.sun4v "sun4v"> + +]> + +<article> + +<articleinfo> + <title>&os; &release.current; Hardware Notes</title> + + <corpauthor>The &os; Documentation Project</corpauthor> + + <copyright> + <year>2000</year> + <year>2001</year> + <year>2002</year> + <year>2003</year> + <year>2004</year> + <year>2005</year> + <year>2006</year> + <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder> + </copyright> +</articleinfo> + +<sect1 id="intro"> + <title>Introduction</title> + + <para>This document contains the hardware compatibility notes for + &os; &release.current;. + It lists + devices known to work on this platform, as well as some notes on + boot-time kernel customization that may be useful when attempting to + configure support for new devices.</para> + +</sect1> + <!-- The "Supported Devices" section of the release notes. @@ -965,3 +1021,5 @@ </sect2> </sect1> + +</article> |