From owner-cvs-src-old@FreeBSD.ORG Sun May 8 05:25:54 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07365106564A for ; Sun, 8 May 2011 05:25:54 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E98308FC08 for ; Sun, 8 May 2011 05:25:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p485PrPX041260 for ; Sun, 8 May 2011 05:25:53 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p485PrAf041259 for cvs-src-old@freebsd.org; Sun, 8 May 2011 05:25:53 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201105080525.p485PrAf041259@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sun, 8 May 2011 05:25:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416_reset.c ar5416reg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 05:25:54 -0000 adrian 2011-05-08 05:25:42 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416_reset.c ar5416reg.h Log: SVN rev 221617 on 2011-05-08 05:25:42Z by adrian * Add in a comment about ar5416InitUserSettings() potentially modifying AR_DIAG_SW. There's a hardware workaround which sets disabling some errors early at startup and clears said bits before the PCU begins receiving - it does this to avoid RX descriptor status errors. It's possible these bits aren't being completely properly twiddled in all instances; but in particular if the diag_reg HAL variable is set it won't be setting these bits correctly. I'll review this at some point. * Disable multicast search on mac address and key id - the driver doesn't use it at the moment and thus adhoc may be broken for merlin and later. * Change this to be for Merlin 1.0 (which from what I understand wasn't ever publicly released) to be more correct. Revision Changes Path 1.59 +3 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.21 +6 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h