diff options
-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> |