From owner-cvs-src-old@FreeBSD.ORG Wed Feb 9 16:37:42 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 1E262106564A for ; Wed, 9 Feb 2011 16:37:42 +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 E55F48FC14 for ; Wed, 9 Feb 2011 16:37:41 +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 p19GbfTq037752 for ; Wed, 9 Feb 2011 16:37:41 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p19Gbfwl037751 for cvs-src-old@freebsd.org; Wed, 9 Feb 2011 16:37:41 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201102091637.p19Gbfwl037751@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Wed, 9 Feb 2011 16:37:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_athvar.h src/sys/dev/ath/ath_hal ah.c ah.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: Wed, 09 Feb 2011 16:37:42 -0000 adrian 2011-02-09 16:37:29 UTC FreeBSD src repository Modified files: sys/dev/ath if_athvar.h sys/dev/ath/ath_hal ah.c ah.h Log: SVN rev 218490 on 2011-02-09 16:37:29Z by adrian Expose the 4k transaction workaround hooks to the driver, but don't (yet) fix the descriptor allocation. Revision Changes Path 1.20 +2 -0 src/sys/dev/ath/ath_hal/ah.c 1.21 +1 -0 src/sys/dev/ath/ath_hal/ah.h 1.98 +2 -0 src/sys/dev/ath/if_athvar.h