Add an ffs(5) manual page.
[dragonfly.git] / share / man / man4 / ath_hal.4
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: /repoman/r/ncvs/src/share/man/man4/ath_hal.4,v 1.11 2005/01/15 12:49:11 ru Exp $
33 .\" $DragonFly: src/share/man/man4/ath_hal.4,v 1.1 2006/07/13 09:15:21 sephe Exp $
34 .\"
35 .Dd July 13, 2006
36 .Dt ATH_HAL 4
37 .Os
38 .Sh NAME
39 .Nm ath_hal
40 .Nd "Atheros Hardware Access Layer (HAL)"
41 .Sh SYNOPSIS
42 To load the driver as a
43 module at boot time, place the following line in
44 .Xr loader.conf 5 :
45 .Bd -literal -offset indent
46 ath_hal_load="YES"
47 .Ed
48 .Sh DESCRIPTION
49 The
50 .Nm
51 module provides hardware support for wireless network adapters based on
52 the Atheros AR5210, AR5211, and AR5212 chips.
53 This module is required by the
54 .Xr ath 4
55 driver.
56 .Pp
57 Devices supported by the
58 .Nm
59 module come in either Cardbus or mini-PCI packages.
60 .Sh HARDWARE
61 The following cards are among those supported by the
62 .Nm
63 module:
64 .Pp
65 .Bl -column -compact "Samsung SWL-5200N" "AR5212" "Cardbus" "a/b/g"
66 .It Em "Card    Chip    Bus     Standard"
67 .It "Aztech WL830PC     AR5212  CardBus b/g"
68 .It "D-Link DWL-A650    AR5210  CardBus a"
69 .It "D-Link DWL-AB650   AR5211  CardBus a/b"
70 .It "D-Link DWL-A520    AR5210  PCI     a"
71 .It "D-Link DWL-AG520   AR5212  PCI     a/b/g"
72 .It "D-Link DWL-AG650   AR5212  CardBus a/b/g"
73 .It "D-Link DWL-G520B   AR5212  PCI     b/g"
74 .It "D-Link DWL-G650B   AR5212  CardBus b/g"
75 .It "Elecom LD-WL54AG   AR5212  Cardbus a/b/g"
76 .It "Elecom LD-WL54     AR5211  Cardbus a"
77 .It "Fujitsu E5454      AR5212  Cardbus a/b/g"
78 .It "Fujitsu FMV-JW481  AR5212  Cardbus a/b/g"
79 .It "Fujitsu E5454      AR5212  Cardbus a/b/g"
80 .It "HP NC4000  AR5212  PCI     a/b/g"
81 .It "I/O Data WN-AB     AR5212  CardBus a/b"
82 .It "I/O Data WN-AG     AR5212  CardBus a/b/g"
83 .It "I/O Data WN-A54    AR5212  CardBus a"
84 .It "Linksys WMP55AG    AR5212  PCI     a/b/g"
85 .It "Linksys WPC51AB    AR5211  CardBus a/b"
86 .It "Linksys WPC55AG    AR5212  CardBus a/b/g"
87 .It "NEC PA-WL/54AG     AR5212  CardBus a/b/g"
88 .It "Netgear WAG311     AR5212  PCI     a/b/g"
89 .It "Netgear WAB501     AR5211  CardBus a/b"
90 .It "Netgear WAG511     AR5212  CardBus a/b/g"
91 .It "Netgear WG311      AR5212  PCI     b/g"
92 .It "Netgear WG511T     AR5212  CardBus b/g"
93 .It "Orinoco 8480       AR5212  CardBus a/b/g"
94 .It "Orinoco 8470WD     AR5212  CardBus a/b/g"
95 .It "Proxim Skyline 4030        AR5210  CardBus a"
96 .It "Proxim Skyline 4032        AR5210  PCI     a"
97 .It "Samsung SWL-5200N  AR5212  CardBus a/b/g"
98 .It "SMC SMC2735W       AR5210  CardBus a"
99 .It "Sony PCWA-C700     AR5212  Cardbus a/b"
100 .It "Sony PCWA-C300S    AR5212  Cardbus b/g"
101 .It "Sony PCWA-C500     AR5210  Cardbus a"
102 .It "3Com 3CRPAG175     AR5212  CardBus a/b/g"
103 .El
104 .Pp
105 An up to date list can be found at
106 .Pp
107 .Pa http://customerproducts.atheros.com/customerproducts .
108 .Sh SEE ALSO
109 .Xr ath 4
110 .Sh HISTORY
111 The
112 .Nm
113 module first appeared in
114 .Fx 5.2
115 and was imported into
116 .Dx 1.5 .
117 .Sh CAVEATS
118 The
119 .Nm
120 module is constructed from a binary component and
121 operating system-dependent source code.
122 Redistribution and use in source and binary forms, without
123 modification, are permitted provided that the conditions
124 set forth in
125 .Pa sys/contrib/dev/ath/COPYRIGHT
126 are observed.
127 .Sh BUGS
128 See
129 .Xr ath 4
130 for known bugs.