Deleted Added
full compact
ubtbcmfw.4 (140561) ubtbcmfw.4 (164524)
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ubtbcmfw.4,v 1.3 2003/05/21 19:37:35 max Exp $
1.\" Copyright (c) 2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 9 unchanged lines hidden (view full) ---

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ubtbcmfw.4,v 1.3 2003/05/21 19:37:35 max Exp $
26.\" $FreeBSD: head/share/man/man4/ubtbcmfw.4 140561 2005-01-21 08:36:40Z ru $
26.\" $FreeBSD: head/share/man/man4/ubtbcmfw.4 164524 2006-11-22 21:30:02Z brueffer $
27.\"
27.\"
28.Dd April 28, 2003
28.Dd November 22, 2006
29.Dt UBTBCMFW 4
30.Os
31.Sh NAME
32.Nm ubtbcmfw
33.Nd Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
34.Sh SYNOPSIS
29.Dt UBTBCMFW 4
30.Os
31.Sh NAME
32.Nm ubtbcmfw
33.Nd Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following line in your
37kernel configuration file:
38.Bd -ragged -offset indent
35.Cd "device ubtbcmfw"
39.Cd "device ubtbcmfw"
40.Ed
41.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46ubtbcmfw_load="YES"
47.Ed
36.Sh DESCRIPTION
37The
38.Nm
39is a firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices.
40It provides minimal access to the parts of the device required to download
41firmware.
42.Pp
43The

--- 53 unchanged lines hidden ---
48.Sh DESCRIPTION
49The
50.Nm
51is a firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices.
52It provides minimal access to the parts of the device required to download
53firmware.
54.Pp
55The

--- 53 unchanged lines hidden ---