From nobody@FreeBSD.org  Mon Jul 22 18:45:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 25F78C5F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jul 2013 18:45:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 16F0B2E30
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jul 2013 18:45:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6MIjf4T057936
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jul 2013 18:45:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6MIjf2a057935;
	Mon, 22 Jul 2013 18:45:41 GMT
	(envelope-from nobody)
Message-Id: <201307221845.r6MIjf2a057935@oldred.freebsd.org>
Date: Mon, 22 Jul 2013 18:45:41 GMT
From: Sergey Kandaurov <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] ath(4): document AR93xx support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180743
>Category:       docs
>Synopsis:       [patch] ath(4): document AR93xx support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 22 18:50:00 UTC 2013
>Closed-Date:    Mon Jul 22 19:33:17 UTC 2013
>Last-Modified:  Mon Jul 22 19:40:00 UTC 2013
>Originator:     Sergey Kandaurov
>Release:        FreeBSD 10-CURRENT
>Organization:
>Environment:
FreeBSD omg 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Jul 21 22:20:01 MSK 2013     root@omg:/usr/obj/usr/src/sys/OMG  amd64
>Description:
ath(4) manpage needs updating wrt AR93xx support.

Also I have a working 802.11a/b/g/n model based on AR9380.
It's probably worth to document it there.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: share/man/man4/ath_hal.4
===================================================================
--- share/man/man4/ath_hal.4	(revision 253361)
+++ share/man/man4/ath_hal.4	(working copy)
@@ -56,11 +56,13 @@
 .Cd "device ath_ar9280"
 .Cd "device ath_ar9285"
 .Cd "device ath_ar9287"
+.Cd "device ath_ar9300"
 .Cd "options AH_SUPPORT_AR5416"
 .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, AR9220, AR9280, AR9285 and AR9287
+AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285, AR9287,
+AR9380, AR9390, AR9580, AR9590, AR9562 and QCA9565
 chips (and companion RF/baseband parts).
 This code is part of the
 .Xr ath 4
@@ -128,6 +130,7 @@
 .It "Sony PCWA-C300S	AR5212	Cardbus	b/g"
 .It "Sony PCWA-C500	AR5210	Cardbus	a"
 .It "3Com 3CRPAG175	AR5212	CardBus	a/b/g"
+.It "TP-LINK TL-WDN4800	AR9380	PCI-E	a/b/g/n"
 .El
 .Sh SEE ALSO
 .Xr ath 4


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/180743: commit references a PR
Date: Mon, 22 Jul 2013 19:21:37 +0000 (UTC)

 Author: pluknet
 Date: Mon Jul 22 19:21:28 2013
 New Revision: 253551
 URL: http://svnweb.freebsd.org/changeset/base/253551
 
 Log:
   Update chipset support list for ath_hal.
   This adds "device ath_ar9300".
   
   PR:		docs/180743
   Reviewed by:	adrian
 
 Modified:
   head/share/man/man4/ath_hal.4
 
 Modified: head/share/man/man4/ath_hal.4
 ==============================================================================
 --- head/share/man/man4/ath_hal.4	Mon Jul 22 18:41:53 2013	(r253550)
 +++ head/share/man/man4/ath_hal.4	Mon Jul 22 19:21:28 2013	(r253551)
 @@ -28,7 +28,7 @@
  .\"
  .\" $FreeBSD$
  .\"/
 -.Dd August 28, 2011
 +.Dd July 22, 2013
  .Dt ATH_HAL 4
  .Os
  .Sh NAME
 @@ -56,11 +56,13 @@ or
  .Cd "device ath_ar9280"
  .Cd "device ath_ar9285"
  .Cd "device ath_ar9287"
 +.Cd "device ath_ar9300"
  .Cd "options AH_SUPPORT_AR5416"
  .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, AR9220, AR9280, AR9285 and AR9287
 +AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285, AR9287,
 +AR9380, AR9390, AR9580, AR9590, AR9562 and QCA9565
  chips (and companion RF/baseband parts).
  This code is part of the
  .Xr ath 4
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pluknet 
State-Changed-When: Mon Jul 22 19:33:02 UTC 2013 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180743 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/180743: commit references a PR
Date: Mon, 22 Jul 2013 19:32:49 +0000 (UTC)

 Author: pluknet
 Date: Mon Jul 22 19:32:42 2013
 New Revision: 253552
 URL: http://svnweb.freebsd.org/changeset/base/253552
 
 Log:
   Add TP-LINK TL-WDN4800.
   
   PR:		docs/180743
   Reviewed by:	adrian
 
 Modified:
   head/share/man/man4/ath_hal.4
 
 Modified: head/share/man/man4/ath_hal.4
 ==============================================================================
 --- head/share/man/man4/ath_hal.4	Mon Jul 22 19:21:28 2013	(r253551)
 +++ head/share/man/man4/ath_hal.4	Mon Jul 22 19:32:42 2013	(r253552)
 @@ -130,6 +130,7 @@ module:
  .It "Sony PCWA-C300S	AR5212	Cardbus	b/g"
  .It "Sony PCWA-C500	AR5210	Cardbus	a"
  .It "3Com 3CRPAG175	AR5212	CardBus	a/b/g"
 +.It "TP-LINK TL-WDN4800	AR9380	PCIe	a/b/g/n"
  .El
  .Sh SEE ALSO
  .Xr ath 4
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
