From owner-svn-src-all@FreeBSD.ORG Sat Mar 26 02:52:04 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EEB8106564A; Sat, 26 Mar 2011 02:52:04 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6018FC12; Sat, 26 Mar 2011 02:52:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2Q2q43P001280; Sat, 26 Mar 2011 02:52:04 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2Q2q4ng001278; Sat, 26 Mar 2011 02:52:04 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201103260252.p2Q2q4ng001278@svn.freebsd.org> From: Adrian Chadd Date: Sat, 26 Mar 2011 02:52:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220019 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2011 02:52:04 -0000 Author: adrian Date: Sat Mar 26 02:52:04 2011 New Revision: 220019 URL: http://svn.freebsd.org/changeset/base/220019 Log: Update ath_hal.4 to include the latest chipset support. ath_hal needs a lot more work to encompass the list of supported cards, as the AR5416/AR9160/AR9280/AR9285 list is quite long and extensive. In addition, there's a lot of AR5212/AR5213 based cards that aren't on this list. Modified: head/share/man/man4/ath_hal.4 Modified: head/share/man/man4/ath_hal.4 ============================================================================== --- head/share/man/man4/ath_hal.4 Sat Mar 26 02:02:07 2011 (r220018) +++ head/share/man/man4/ath_hal.4 Sat Mar 26 02:52:04 2011 (r220019) @@ -57,8 +57,8 @@ or .Sh DESCRIPTION The hal provides hardware support for wireless network adapters based on the Atheros AR5210, AR5211, AR5212, AR5213, AR2413, AR2417, AR2425, -AR5413, AR5416, AR5418, AR5424, AR9160, and AR9280 chips (and companion -RF/baseband parts). +AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, and AR9285 chips +(and companion RF/baseband parts). This code is part of the .Xr ath 4 driver but configured separately to allow fine-grained control @@ -66,13 +66,14 @@ over the set of chips supported. Selecting .Nm enables support for all PCI and Cardbus devices. -Note this includes AR5416, AR9160, and AR9280 devices and -must be accompanied by the +Note this includes AR5416, AR9160, AR9220, AR9280 and AR9285 devices +and must be accompanied by the AH_SUPPORT_AR5416 option to enable the extended hardware descriptor format used by AR5416 and later devices. .Pp -Devices supported come in either Cardbus or mini-PCI packages. +Some devices come in Cardbus/MiniPCI/PCI format. +Others (AR9280, AR9285) come in PCIe, Mini-PCIe or ExpressCard format. .Pp Historically this code has been released in a binary-only form and packaged as a separate module.