diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-11 21:55:14 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-11 21:55:14 -0600 |
commit | fd431a4a570c44fdcdc6dbec49f456570bd66140 (patch) | |
tree | 25d89f6158bdd9aec9a9f5aeda52f98b23d36e4c | |
parent | 23baf5eb1bc0b7b39f9efd03926e183fa2079fb2 (diff) | |
download | docs-fd431a4a570c44fdcdc6dbec49f456570bd66140.tar.gz docs-fd431a4a570c44fdcdc6dbec49f456570bd66140.tar.bz2 docs-fd431a4a570c44fdcdc6dbec49f456570bd66140.tar.xz docs-fd431a4a570c44fdcdc6dbec49f456570bd66140.zip |
HCL: Add parts from the Armada and Talos
-rw-r--r-- | src/hcl/4_net.xml | 5 | ||||
-rw-r--r-- | src/hcl/5_gfx.xml | 9 | ||||
-rw-r--r-- | src/hcl/6_misc.xml | 9 |
3 files changed, 17 insertions, 6 deletions
diff --git a/src/hcl/4_net.xml b/src/hcl/4_net.xml index 3b08e0b..8cbd5f2 100644 --- a/src/hcl/4_net.xml +++ b/src/hcl/4_net.xml @@ -4,7 +4,10 @@ <para></para> <section> <title>Ethernet adaptors</title> - <para></para> + <itemizedlist> + <listitem>3Com 3c509 "EtherLink III" PCMCIA</listitem> + <listitem>Broadcom NetXtreme BCM5719</listitem> + </itemizedlist> </section> <section> <title>Wireless adaptors (WiFi)</title> diff --git a/src/hcl/5_gfx.xml b/src/hcl/5_gfx.xml index 9c60620..ea93274 100644 --- a/src/hcl/5_gfx.xml +++ b/src/hcl/5_gfx.xml @@ -4,11 +4,16 @@ <para></para> <section> <title>Integrated graphics (IGPs, on-board GPU)</title> - <para></para> + <itemizedlist> + <listitem>ATI Rage Mobility AGP 2x</listitem> + </itemizedlist> </section> <section> <title>Discrete graphics (GPU)</title> - <para></para> + <itemizedlist> + <listitem>ATI Radeon 9600XT</listitem> + <listitem>ATI (AMD) Radeon R5 230</listitem> + </itemizedlist> </section> <section> <title>?</title> diff --git a/src/hcl/6_misc.xml b/src/hcl/6_misc.xml index 2c75f39..340cc61 100644 --- a/src/hcl/6_misc.xml +++ b/src/hcl/6_misc.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <chapter label="6" id="misc"> - <title>Miscellaneous components ()</title> + <title>Miscellaneous components (audio, )</title> <para></para> <section> - <title>Component type #1</title> - <para></para> + <title>Audio devices</title> + <itemizedlist> + <listitem>Creative Labs Sound Blaster Recon3D</listitem> + <listitem>ESS Technology ES1978 Maestro 2</listitem> + </itemizedlist> </section> <section> <title>Component type #2</title> |