Deleted Added
full compact
ath.4 (145682) ath.4 (148145)
1.\"-
2.\" Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\""
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

24.\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
25.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
28.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30.\" THE POSSIBILITY OF SUCH DAMAGES.
31.\"
1.\"-
2.\" Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\""
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

24.\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
25.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
28.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30.\" THE POSSIBILITY OF SUCH DAMAGES.
31.\"
32.\" $FreeBSD: head/share/man/man4/ath.4 145682 2005-04-29 15:07:44Z brooks $
32.\" $FreeBSD: head/share/man/man4/ath.4 148145 2005-07-19 00:26:30Z trhodes $
33.\"/
33.\"/
34.Dd December 29, 2004
34.Dd July 16, 2005
35.Dt ATH 4
36.Os
37.Sh NAME
38.Nm ath
39.Nd "Atheros IEEE 802.11 wireless network driver"
40.Sh SYNOPSIS
35.Dt ATH 4
36.Os
37.Sh NAME
38.Nm ath
39.Nd "Atheros IEEE 802.11 wireless network driver"
40.Sh SYNOPSIS
41To compile support for the
42.Nm
43driver into your kernel, place the following lines in your kernel configuration file:
44.Bd -ragged -offset indent
41.Cd "device ath"
42.Cd "device ath_hal"
43.Cd "device ath_rate_onoe"
44.Cd "device wlan"
45.Cd "device ath"
46.Cd "device ath_hal"
47.Cd "device ath_rate_onoe"
48.Cd "device wlan"
49.Ed
50.Pp
51Alternatively, to load the
52.Nm
53driver at boot time, place the following lines in
54.Xr loader.conf 5 :
55.Bd -literal -offset indent
56if_ath_load="YES"
57.Ed
45.Sh DESCRIPTION
46The
47.Nm
48driver provides support for wireless network adapters based on
49the Atheros AR5210, AR5211, and AR5212 chips.
50Chip-specific support is provided by the Atheros Hardware Access Layer
51(HAL), that is packaged separately.
52.Pp

--- 277 unchanged lines hidden ---
58.Sh DESCRIPTION
59The
60.Nm
61driver provides support for wireless network adapters based on
62the Atheros AR5210, AR5211, and AR5212 chips.
63Chip-specific support is provided by the Atheros Hardware Access Layer
64(HAL), that is packaged separately.
65.Pp

--- 277 unchanged lines hidden ---