From owner-svn-src-all@FreeBSD.ORG Sun Sep 4 14:30:22 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 BF1F3106566B; Sun, 4 Sep 2011 14:30:22 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ADB648FC15; Sun, 4 Sep 2011 14:30:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p84EUM06095038; Sun, 4 Sep 2011 14:30:22 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p84EUMsT095035; Sun, 4 Sep 2011 14:30:22 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201109041430.p84EUMsT095035@svn.freebsd.org> From: Christian Brueffer Date: Sun, 4 Sep 2011 14:30:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225375 - stable/7/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: Sun, 04 Sep 2011 14:30:22 -0000 Author: brueffer Date: Sun Sep 4 14:30:22 2011 New Revision: 225375 URL: http://svn.freebsd.org/changeset/base/225375 Log: MFC: r225228 Remove broken link to supported wifi cards. There doesn't appear to be an equivalent list anywhere else. Modified: stable/7/share/man/man4/ath.4 stable/7/share/man/man4/ath_hal.4 Directory Properties: stable/7/share/man/man4/ (props changed) Modified: stable/7/share/man/man4/ath.4 ============================================================================== --- stable/7/share/man/man4/ath.4 Sun Sep 4 14:28:06 2011 (r225374) +++ stable/7/share/man/man4/ath.4 Sun Sep 4 14:30:22 2011 (r225375) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd December 7, 2006 +.Dd August 28, 2011 .Dt ATH 4 .Os .Sh NAME @@ -129,9 +129,6 @@ The .Nm driver supports all Atheros Cardbus or PCI cards, except those that are based on the AR5005VL chipset. -.Pp -A list of cards that are supported can be found at -.Pa http://customerproducts.atheros.com/customerproducts/default.asp . .Sh EXAMPLES Join an existing BSS network (ie: connect to an access point): .Pp Modified: stable/7/share/man/man4/ath_hal.4 ============================================================================== --- stable/7/share/man/man4/ath_hal.4 Sun Sep 4 14:28:06 2011 (r225374) +++ stable/7/share/man/man4/ath_hal.4 Sun Sep 4 14:30:22 2011 (r225375) @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\"/ -.Dd August 26, 2004 +.Dd August 28, 2011 .Dt ATH_HAL 4 .Os .Sh NAME @@ -97,9 +97,6 @@ module: .It "Sony PCWA-C500 AR5210 Cardbus a" .It "3Com 3CRPAG175 AR5212 CardBus a/b/g" .El -.Pp -An up to date list can be found at -.Pa http://customerproducts.atheros.com/customerproducts . .Sh SEE ALSO .Xr ath 4 .Sh HISTORY