diff options
author | bmah <bmah@FreeBSD.org> | 2002-11-30 22:13:38 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-11-30 22:13:38 +0000 |
commit | e6cbe1f68e9d195db85e502381c9e68ef78955d6 (patch) | |
tree | 16ab1db85d9a48134cd106ef0daa3d35570431bc /release | |
parent | e1aee35bf96ffa489f5142f43248e4178de47623 (diff) | |
download | FreeBSD-src-e6cbe1f68e9d195db85e502381c9e68ef78955d6.zip FreeBSD-src-e6cbe1f68e9d195db85e502381c9e68ef78955d6.tar.gz |
Add Bluetooth section and a cross-reference from the USB section for
USB Bluetooth adapters.
While here, make some USB text conditional on building for an
architecture for which we actually have USB support.
Approved by: re (implicitly)
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/article.sgml | 42 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/common/dev.sgml | 42 |
2 files changed, 80 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index 2dd64c8..8b17db3 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -2814,17 +2814,22 @@ <sect2 id="usb"> <title>USB Devices</title> - <para>A range of USB peripherals are supported; devices known to + <para arch="alpha,i386,pc98">A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here.</para> - <note> + <note arch="alpha,i386,pc98"> <para>USB Ethernet adapters can be found in the section listing <link linkend="ethernet">Ethernet interfaces</link>.</para> </note> + <note arch="alpha,i386,pc98"> + <para>USB Bluetooth adapters can be found in <link + linkend="bluetooth">Bluetooth</link> section.</para> + </note> + <para arch="i386,pc98,alpha">Host Controllers (&man.ohci.4; and &man.uhci.4; drivers) <itemizedlist> <listitem arch="i386,alpha"> @@ -3123,6 +3128,39 @@ </sect2> + <sect2 id="bluetooth"> + <title>Bluetooth Devices</title> + + <para arch="i386">PCCARD Host Controllers (&man.ng.bt3c.4; driver) + <itemizedlist> + <listitem> + <para>3Com/HP 3CRWB6096-A PCCARD adapter</para> + </listitem> + </itemizedlist> + </para> + + <para arch="i386">USB Host Controllers (&man.ng.ubt.4; driver) + <itemizedlist> + <listitem> + <para>3Com 3CREB96</para> + </listitem> + <listitem> + <para>EPoX BT-DG02</para> + </listitem> + <listitem> + <para>Mitsumi USB Bluetooth adapter</para> + </listitem> + <listitem> + <para>MSI MS-6967</para> + </listitem> + <listitem> + <para>TDK Bluetooth USB adapter</para> + </listitem> + </itemizedlist> + </para> + + </sect2> + <sect2> <title>Cryptographic Accelerators</title> diff --git a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml index 2dd64c8..8b17db3 100644 --- a/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml @@ -2814,17 +2814,22 @@ <sect2 id="usb"> <title>USB Devices</title> - <para>A range of USB peripherals are supported; devices known to + <para arch="alpha,i386,pc98">A range of USB peripherals are supported; devices known to work are listed in this section. Owing to the generic nature of most USB devices, with some exceptions any device of a given class will be supported, even if not explicitly listed here.</para> - <note> + <note arch="alpha,i386,pc98"> <para>USB Ethernet adapters can be found in the section listing <link linkend="ethernet">Ethernet interfaces</link>.</para> </note> + <note arch="alpha,i386,pc98"> + <para>USB Bluetooth adapters can be found in <link + linkend="bluetooth">Bluetooth</link> section.</para> + </note> + <para arch="i386,pc98,alpha">Host Controllers (&man.ohci.4; and &man.uhci.4; drivers) <itemizedlist> <listitem arch="i386,alpha"> @@ -3123,6 +3128,39 @@ </sect2> + <sect2 id="bluetooth"> + <title>Bluetooth Devices</title> + + <para arch="i386">PCCARD Host Controllers (&man.ng.bt3c.4; driver) + <itemizedlist> + <listitem> + <para>3Com/HP 3CRWB6096-A PCCARD adapter</para> + </listitem> + </itemizedlist> + </para> + + <para arch="i386">USB Host Controllers (&man.ng.ubt.4; driver) + <itemizedlist> + <listitem> + <para>3Com 3CREB96</para> + </listitem> + <listitem> + <para>EPoX BT-DG02</para> + </listitem> + <listitem> + <para>Mitsumi USB Bluetooth adapter</para> + </listitem> + <listitem> + <para>MSI MS-6967</para> + </listitem> + <listitem> + <para>TDK Bluetooth USB adapter</para> + </listitem> + </itemizedlist> + </para> + + </sect2> + <sect2> <title>Cryptographic Accelerators</title> |