blob: 0947344e99f91c0f1ebb5b4ccb99ac04074ff504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<table class="head">
<tr>
<td class="head-ltitle">BT3C(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">BT3C(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">bt3c</code> — <span class="Nd">3Com
Bluetooth PC Card driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">bt3c* at pcmcia? function ?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">bt3c</code> driver provides support for the
3Com Bluetooth PC Card, model 3CRWB6096, to the Bluetooth protocol
stack.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FIRMWARE"><a class="permalink" href="#FIRMWARE">FIRMWARE</a></h1>
<p class="Pp">This card needs firmware loaded before it will work. Due to
copyright restrictions we cannot distribute the firmware with NetBSD, but if
you have the card then you should have received a CD with the drivers on, or
you may download the latest version from the 3Com website. Create a
directory named <code class="Nm">bt3c</code> in the search path of the
<a class="Xr">firmload(9)</a> kernel subsystem. Now, extract the driver
archive and find the firmware file called
<code class="Nm">BT3CPCC.bin</code>, and place this file in the newly
created directory. The firmware will be loaded automatically as needed.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-tag Bl-compact">
<dt>bt3c%d: Cannot open firmware</dt>
<dd>This will be printed to the console if the device cannot open the firmware
file as described above.
<p class="Pp"></p>
</dd>
<dt>bt3c%d: Antenna In</dt>
<dd style="width: auto;"> </dd>
<dt>bt3c%d: Antenna Out</dt>
<dd>If the kernel is compiled with the <code class="Dv">DIAGNOSTIC</code>
option, these messages will be produced on the console when the card
antenna position is changed.
<p class="Pp"></p>
</dd>
<dt>bt3c%d: sleeping</dt>
<dd style="width: auto;"> </dd>
<dt>bt3c%d: waking up</dt>
<dd>These messages will be produced when the card is enabled or disabled due
to power change events.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">bluetooth(4)</a>, <a class="Xr">pcmcia(4)</a>,
<a class="Xr">firmload(9)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">This <code class="Nm">bt3c</code> device driver was written by
<span class="An">Iain Hibbert</span> using <span class="Ux">FreeBSD</span>
and BlueZ drivers as a reference. It first appeared in
<span class="Ux">NetBSD 4.0</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">January 14, 2006</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|