Deleted Added
full compact
ufm.4 (141580) ufm.4 (164524)
1.\" Copyright (c) 2003 M. Warner Losh
2.\" <imp@FreeBSD.org>. 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.

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

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23.\" THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2003 M. Warner Losh
2.\" <imp@FreeBSD.org>. 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.

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

17.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
18.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
19.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
20.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
21.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
22.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
23.\" THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/ufm.4 141580 2005-02-09 18:07:17Z ru $
25.\" $FreeBSD: head/share/man/man4/ufm.4 164524 2006-11-22 21:30:02Z brueffer $
26.\"
26.\"
27.Dd November 7, 2003
27.Dd November 22, 2006
28.Dt UFM 4
29.Os
30.Sh NAME
31.Nm ufm
32.Nd USB driver for Cypress Semiconductor FM Radio
33.Sh SYNOPSIS
28.Dt UFM 4
29.Os
30.Sh NAME
31.Nm ufm
32.Nd USB driver for Cypress Semiconductor FM Radio
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following line in your
36kernel configuration file:
37.Bd -ragged -offset indent
34.Cd "device ufm"
38.Cd "device ufm"
39.Ed
40.Pp
41Alternatively, to load the driver as a
42module at boot time, place the following line in
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45ufm_load="YES"
46.Ed
35.Sh DESCRIPTION
36The
37.Nm
38driver provides support for the D-Link/GEMTEK FM tuner.
39The USB interface chip is the common Cypress 63001, and the tuner is a
40Philips TEA5757 radio chip that uses a serial interface to set the
41tuner parameters.
42This design is used in the D-Link DSB-R100 USB Radio.

--- 31 unchanged lines hidden ---
47.Sh DESCRIPTION
48The
49.Nm
50driver provides support for the D-Link/GEMTEK FM tuner.
51The USB interface chip is the common Cypress 63001, and the tuner is a
52Philips TEA5757 radio chip that uses a serial interface to set the
53tuner parameters.
54This design is used in the D-Link DSB-R100 USB Radio.

--- 31 unchanged lines hidden ---