aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-10-29 05:08:52 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-10-29 05:08:52 +0000
commitce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0 (patch)
treed1fdecf015d0ebc634e665bdb25f6ce04837374b
parentcd85e2620da4a2744a074d36394663d3d5209f04 (diff)
downloadsrc-ce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0.tar.gz
src-ce249ef3551b4a10e4c78b3bf6dc3be33ad3c3d0.zip
Add infrastructure for an ia64 hardware list. It's a long way from
being usable at this point, so it's not even hooked up to the rest of the RELNOTESng build; however it will be helpful for testing the content as it approaches reality.
Notes
Notes: svn path=/head/; revision=85668
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml1
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/ia64/Makefile21
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/ia64/article.sgml26
-rw-r--r--release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml8
4 files changed, 55 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml b/release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml
index 4fa9b915d452..38ca9661e4aa 100644
--- a/release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml
+++ b/release/doc/en_US.ISO8859-1/hardware/alpha/article.sgml
@@ -23,5 +23,4 @@
&sect.intro;
&sect.proc.alpha;
&sect.dev;
- &sect.config;
</article>
diff --git a/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile b/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
new file mode 100644
index 000000000000..82d49f028602
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+RELN_ROOT?= ${.CURDIR}/../../..
+
+DOC?= article
+FORMATS?= html
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+JADEFLAGS+= -V %generate-article-toc%
+
+# SGML content
+SRCS+= article.sgml
+# SRCS+= proc-ia64.sgml
+SRCS+= ../common/hw.ent
+SRCS+= ../common/artheader.sgml
+SRCS+= ../common/dev.sgml
+SRCS+= ../common/config.sgml
+
+.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/release/doc/en_US.ISO8859-1/hardware/ia64/article.sgml b/release/doc/en_US.ISO8859-1/hardware/ia64/article.sgml
new file mode 100644
index 000000000000..cf1b1797b138
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/hardware/ia64/article.sgml
@@ -0,0 +1,26 @@
+<!-- $FreeBSD$ -->
+
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
+<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
+%man;
+<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
+%authors;
+<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
+%mlists;
+<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
+%release;
+<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections;
+
+<!-- Architecture-specific customization -->
+
+<!ENTITY arch "ia64">
+<!ENTITY arch.print "IA-64">
+
+]>
+
+<article>
+ &artheader;
+ &sect.intro;
+ &sect.proc.ia64;
+ &sect.dev;
+</article>
diff --git a/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml b/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml
new file mode 100644
index 000000000000..207d3c801e20
--- /dev/null
+++ b/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml
@@ -0,0 +1,8 @@
+<!--
+ $FreeBSD$
+-->
+<sect1>
+ <title>Supported Processors and Motherboards</title>
+
+ <para>Need to write this section.</para>
+</sect1>