1.\" $NetBSD: bt3c.4,v 1.2 2006/12/23 06:58:20 wiz Exp $ 2.\" 3.\" Copyright (c) 2006 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" This code is derived from software contributed to The NetBSD Foundation 7.\" by Iain Hibbert. 8.\" 9.\" Redistribution and use in source and binary forms, with or without 10.\" modification, are permitted provided that the following conditions 11.\" are met: 12.\" 1. Redistributions of source code must retain the above copyright 13.\" notice, this list of conditions and the following disclaimer. 14.\" 2. Redistributions in binary form must reproduce the above copyright 15.\" notice, this list of conditions and the following disclaimer in the 16.\" documentation and/or other materials provided with the distribution. 17.\" 3. All advertising materials mentioning features or use of this software 18.\" must display the following acknowledgement: 19.\" This product includes software developed by the NetBSD 20.\" Foundation, Inc. and its contributors. 21.\" 4. Neither the name of The NetBSD Foundation nor the names of its 22.\" contributors may be used to endorse or promote products derived 23.\" from this software without specific prior written permission. 24.\" 25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 35.\" POSSIBILITY OF SUCH DAMAGE. 36.\" 37.Dd January 14, 2006 38.Dt BT3C 4 39.Os 40.Sh NAME 41.Nm bt3c 42.Nd 3Com Bluetooth PC Card driver 43.Sh SYNOPSIS 44.Cd "bt3c* at pcmcia? function ? 45.Sh DESCRIPTION 46The 47.Nm 48driver provides support for the 3Com Bluetooth PC Card, model 3CRWB6096, to 49the Bluetooth protocol stack. 50.Sh FIRMWARE 51This card needs firmware loaded before it will work. Due to copyright restrictions 52we cannot distribute the firmware with NetBSD, but if you have the card then you 53should have received a CD with the drivers on, or you may download the latest 54version from the 3Com website. Create a directory named 55.Nm 56in the search path of the 57.Xr firmload 9 58kernel subsystem. Now, extract the driver archive and find the firmware file 59called 60.Nm "BT3CPCC.bin" , 61and place this file in the newly created directory. The firmware will be loaded 62automatically as needed. 63.Sh DIAGNOSTICS 64.Bl -tag -width XXX -compact 65.It "bt3c%d: Cannot open firmware" 66This will be printed to the console if the device cannot open the firmware file 67as described above. 68.Pp 69.It "bt3c%d: Antenna In" 70.It "bt3c%d: Antenna Out" 71If the kernel is compiled with the 72.Dv DIAGNOSTIC 73option, these messages will be produced on the console when the card antenna 74position is changed. 75.Pp 76.It "bt3c%d: sleeping" 77.It "bt3c%d: waking up" 78These messages will be produced when the card is enabled or disabled due to 79power change events. 80.El 81.Sh SEE ALSO 82.Xr bluetooth 4 , 83.Xr pcmcia 4 , 84.Xr firmload 9 85.Sh HISTORY 86This 87.Nm 88device driver was written by 89.An "Iain Hibbert" 90using 91.Fx 92and BlueZ drivers as a reference. It first appeared in 93.Nx 4.0 . 94.Sh BUGS 95