1.\"- 2.\" Copyright (c) 2002-2008 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.\" 16.\" NO WARRANTY 17.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19.\" LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY 20.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 21.\" THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, 22.\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 25.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 27.\" THE POSSIBILITY OF SUCH DAMAGES. 28.\" 29.\" $FreeBSD$ 30.\"/ 31.Dd November 30, 2008 32.Dt ATH_HAL 4 33.Os 34.Sh NAME 35.Nm ath_hal 36.Nd "Atheros Hardware Access Layer (HAL)" 37.Sh SYNOPSIS 38.Cd "device ath_hal" 39.Cd "options AH_SUPPORT_AR5416" 40or 41.Cd "device ath_ar5210" 42.Cd "device ath_ar5211" 43.Cd "device ath_ar5212" 44.Cd "device ath_rf2413" 45.Cd "device ath_rf2417" 46.Cd "device ath_rf2425" 47.Cd "device ath_rf5111" 48.Cd "device ath_rf5112" 49.Cd "device ath_rf5413" 50.Cd "device ath_ar5416" 51.\".Cd "device ath_ar5312" 52.\".Cd "device ath_rf2136" 53.\".Cd "device ath_rf2137" 54.Cd "device ath_ar9160" 55.Cd "options AH_SUPPORT_AR5416" 56.Sh DESCRIPTION 57The hal provides hardware support for wireless network adapters based on 58the Atheros AR5210, AR5211, AR5212, AR5416, and AR9160 chips. 59This code is part of the 60.Xr ath 4 61driver but configured separately to allow fine-grained control 62over the set of chips supported. 63Selecting 64.Nm 65enables support for all PCI and Cardbus devices. 66Note this includes AR5416 devices and must be accompanied by the 67AH_SUPPORT_AR5416 68option to enable the extended hardware descriptor format used by 69AR5416 and later devices. 70.Pp 71Devices supported come in either Cardbus or mini-PCI packages. 72.Pp 73Historically this code has been released in a binary-only form 74and packaged as a separate module. 75With the release of source code for the hal this is no longer true 76and the code is tightly integrated with the driver. 77.Sh HARDWARE 78The following cards are among those supported by the 79.Nm 80module: 81.Pp 82.Bl -column -compact "Samsung SWL-5200N" "AR5212" "Cardbus" "a/b/g" 83.It Em "Card Chip Bus Standard" 84.It "Aztech WL830PC AR5212 CardBus b/g" 85.It "D-Link DWL-A650 AR5210 CardBus a" 86.It "D-Link DWL-AB650 AR5211 CardBus a/b" 87.It "D-Link DWL-A520 AR5210 PCI a" 88.It "D-Link DWL-AG520 AR5212 PCI a/b/g" 89.It "D-Link DWL-AG650 AR5212 CardBus a/b/g" 90.It "D-Link DWL-G520B AR5212 PCI b/g" 91.It "D-Link DWL-G650B AR5212 CardBus b/g" 92.It "Elecom LD-WL54AG AR5212 Cardbus a/b/g" 93.It "Elecom LD-WL54 AR5211 Cardbus a" 94.It "Fujitsu E5454 AR5212 Cardbus a/b/g" 95.It "Fujitsu FMV-JW481 AR5212 Cardbus a/b/g" 96.It "Fujitsu E5454 AR5212 Cardbus a/b/g" 97.It "HP NC4000 AR5212 PCI a/b/g" 98.It "I/O Data WN-AB AR5212 CardBus a/b" 99.It "I/O Data WN-AG AR5212 CardBus a/b/g" 100.It "I/O Data WN-A54 AR5212 CardBus a" 101.It "Linksys WMP55AG AR5212 PCI a/b/g" 102.It "Linksys WPC51AB AR5211 CardBus a/b" 103.It "Linksys WPC55AG AR5212 CardBus a/b/g" 104.It "NEC PA-WL/54AG AR5212 CardBus a/b/g" 105.It "Netgear WAG311 AR5212 PCI a/b/g" 106.It "Netgear WAB501 AR5211 CardBus a/b" 107.It "Netgear WAG511 AR5212 CardBus a/b/g" 108.It "Netgear WG311 AR5212 PCI b/g" 109.It "Netgear WG511T AR5212 CardBus b/g" 110.It "Orinoco 8480 AR5212 CardBus a/b/g" 111.It "Orinoco 8470WD AR5212 CardBus a/b/g" 112.It "Proxim Skyline 4030 AR5210 CardBus a" 113.It "Proxim Skyline 4032 AR5210 PCI a" 114.It "Samsung SWL-5200N AR5212 CardBus a/b/g" 115.It "SMC SMC2735W AR5210 CardBus a" 116.It "Sony PCWA-C700 AR5212 Cardbus a/b" 117.It "Sony PCWA-C300S AR5212 Cardbus b/g" 118.It "Sony PCWA-C500 AR5210 Cardbus a" 119.It "3Com 3CRPAG175 AR5212 CardBus a/b/g" 120.El 121.Pp 122An up to date list can be found at 123.Pa http://customerproducts.atheros.com/customerproducts . 124.Sh SEE ALSO 125.Xr ath 4 126.Sh HISTORY 127The 128.Nm 129module first appeared in 130.Fx 5.2 . 131.Sh BUGS 132See 133.Xr ath 4 134for known bugs. 135