xref: /freebsd/share/man/man4/ath_hal.4 (revision 6b3455a7665208c366849f0b2b3bc916fb97516e)
1.\"-
2.\" Copyright (c) 2002, 2003 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
9.\"    notice, this list of conditions and the following disclaimer,
10.\"    without modification.
11.\" 2. Redistributions in binary form must reproduce at minimum a disclaimer
12.\"    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
13.\"    redistribution must be conditioned upon including a substantially
14.\"    similar Disclaimer requirement for further binary redistribution.
15.\" 3. Neither the names of the above-listed copyright holders nor the names
16.\"    of any contributors may be used to endorse or promote products derived
17.\"    from this software without specific prior written permission.
18.\"
19.\" NO WARRANTY
20.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22.\" LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
23.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
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$
33.\"/
34.Dd June 23, 2003
35.Dt ATH_HAL 4
36.Os
37.Sh NAME
38.Nm ath_hal
39.Nd "Atheros Hardware Access Layer (HAL)"
40.Sh SYNOPSIS
41.Cd "device ath_hal"
42.Sh DESCRIPTION
43The
44.Nm
45module provides hardware support for wireless network adapters based on
46the Atheros AR5210, AR5211, and AR5212 chips.
47This module is required by the
48.Xr ath 4
49driver.
50.Pp
51Devices supported by the
52.Nm
53module come in either Cardbus or mini-PCI packages.
54The following cards are among those supported by the
55.Nm
56module:
57.Pp
58.Bl -column -compact "Samsung SWL-5200N" "AR5212" "Cardbus" "a/b/g"
59.Em "Card	Chip	Bus	Standard"
60Aztech WL830PC	AR5212	CardBus	b/g
61D-Link DWL-A650	AR5210	CardBus	a
62D-Link DWL-AB650	AR5211	CardBus	a/b
63D-Link DWL-A520	AR5210	PCI	a
64D-Link DWL-AG520	AR5212	PCI	a/b/g
65D-Link DWL-AG650	AR5212	CardBus	a/b/g
66D-Link DWL-G520B	AR5212	PCI	b/g
67D-Link DWL-G650B	AR5212	CardBus	b/g
68Elecom LD-WL54AG	AR5212	Cardbus	a/b/g
69Elecom LD-WL54	AR5211	Cardbus	a
70Fujitsu E5454	AR5212	Cardbus	a/b/g
71Fujitsu FMV-JW481	AR5212	Cardbus	a/b/g
72Fujitsu E5454	AR5212	Cardbus	a/b/g
73HP NC4000	AR5212	PCI	a/b/g
74I/O Data WN-AB	AR5212	CardBus	a/b
75I/O Data WN-AG	AR5212	CardBus	a/b/g
76I/O Data WN-A54	AR5212	CardBus	a
77Linksys WMP55AG	AR5212	PCI	a/b/g
78Linksys WPC51AB	AR5211	CardBus	a/b
79Linksys WPC55AG	AR5212	CardBus	a/b/g
80NEC PA-WL/54AG	AR5212	CardBus	a/b/g
81Netgear WAG311	AR5212	PCI	a/b/g
82Netgear WAB501	AR5211	CardBus	a/b
83Netgear WAG511	AR5212	CardBus	a/b/g
84Netgear WG311	AR5212	PCI	b/g
85Netgear WG511T	AR5212	CardBus	b/g
86Orinoco 8480	AR5212	CardBus	a/b/g
87Orinoco 8470WD	AR5212	CardBus	a/b/g
88Proxim Skyline 4030	AR5210	CardBus	a
89Proxim Skyline 4032	AR5210	PCI	a
90Samsung SWL-5200N	AR5212	CardBus	a/b/g
91SMC SMC2735W	AR5210	CardBus	a
92Sony PCWA-C700	AR5212	Cardbus	a/b
93Sony PCWA-C300S	AR5212	Cardbus	b/g
94Sony PCWA-C500	AR5210	Cardbus	a
953Com 3CRPAG175	AR5212	CardBus	a/b/g
96.El
97.Pp
98An up to date list can be found at
99.Pa http://customerproducts.atheros.com/customerproducts .
100.Sh SEE ALSO
101.Xr ath 4
102.Sh HISTORY
103The
104.Nm
105module first appeared in
106.Fx 5.2 .
107.Sh CAVEATS
108The
109.Nm
110module is constructed from a binary component and
111operating system-dependent source code.
112Redistribution and use in source and binary forms, without
113modification, are permitted provided that the conditions
114set forth in
115.Pa sys/contrib/dev/ath/COPYRIGHT
116are observed.
117.Sh BUGS
118See
119.Xr ath 4
120for known bugs.
121