Deleted Added
full compact
ral.4 (147414) ral.4 (148145)
1.\" Copyright (c) 2005
2.\" Damien Bergamini <damien.bergamini@free.fr>
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
1.\" Copyright (c) 2005
2.\" Damien Bergamini <damien.bergamini@free.fr>
3.\"
4.\" Permission to use, copy, modify, and distribute this software for any
5.\" purpose with or without fee is hereby granted, provided that the above
6.\" copyright notice and this permission notice appear in all copies.
7.\"
8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15.\"
16.\" $FreeBSD: head/share/man/man4/ral.4 147414 2005-06-16 11:36:08Z ru $
16.\" $FreeBSD: head/share/man/man4/ral.4 148145 2005-07-19 00:26:30Z trhodes $
17.\"
17.\"
18.Dd May 2, 2005
18.Dd July 16, 2005
19.Os
20.Dt RAL 4
21.Sh NAME
22.Nm ral
23.Nd "Ralink Technology RT2500 IEEE 802.11 driver"
24.Sh SYNOPSIS
19.Os
20.Dt RAL 4
21.Sh NAME
22.Nm ral
23.Nd "Ralink Technology RT2500 IEEE 802.11 driver"
24.Sh SYNOPSIS
25To compile support for the
26.Nm
27driver into your kernel, place the following lines in your kernel configuration file:
28.Bd -ragged -offset indent
25.Cd "device ral"
26.Cd "device wlan"
29.Cd "device ral"
30.Cd "device wlan"
31.Ed
32.Pp
33Alternatively, to load the
34.Nm
35driver at boot time, place the following line in
36.Xr loader.conf 5 :
37.Bd -literal -offset indent
38if_ral_load="YES"
39.Ed
27.Sh DESCRIPTION
28The
29.Nm
30driver supports PCI/CardBus wireless adapters based on the Ralink RT2500
31chipset.
32.Pp
33The RT2500 chipset consists of two integrated chips, a RT2560 MAC/BBP and a
34radio transceiver (the model of which depends on the card revision).

--- 148 unchanged lines hidden ---
40.Sh DESCRIPTION
41The
42.Nm
43driver supports PCI/CardBus wireless adapters based on the Ralink RT2500
44chipset.
45.Pp
46The RT2500 chipset consists of two integrated chips, a RT2560 MAC/BBP and a
47radio transceiver (the model of which depends on the card revision).

--- 148 unchanged lines hidden ---