From owner-svn-src-head@FreeBSD.ORG Mon Apr 13 21:03:23 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D4AE106564A; Mon, 13 Apr 2009 21:03:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C62C8FC12; Mon, 13 Apr 2009 21:03:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3DL3Lmk083597; Mon, 13 Apr 2009 21:03:21 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3DL3LUK083595; Mon, 13 Apr 2009 21:03:21 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200904132103.n3DL3LUK083595@svn.freebsd.org> From: Sam Leffler Date: Mon, 13 Apr 2009 21:03:21 +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: r191023 - head/tools/tools/nanobsd/gateworks X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 21:03:23 -0000 Author: sam Date: Mon Apr 13 21:03:21 2009 New Revision: 191023 URL: http://svn.freebsd.org/changeset/base/191023 Log: catch up with removal of ATH_SUPPORT_TDMA Modified: head/tools/tools/nanobsd/gateworks/G2348 head/tools/tools/nanobsd/gateworks/G2358 Modified: head/tools/tools/nanobsd/gateworks/G2348 ============================================================================== --- head/tools/tools/nanobsd/gateworks/G2348 Mon Apr 13 21:01:08 2009 (r191022) +++ head/tools/tools/nanobsd/gateworks/G2348 Mon Apr 13 21:03:21 2009 (r191023) @@ -100,7 +100,6 @@ device wlan_tkip # 802.11 TKIP support device ath # Atheros pci/cardbus NIC's device ath_rate_sample # SampleRate tx rate control for ath -options ATH_SUPPORT_TDMA options ATH_DEBUG # enable athdebug msgs options ATH_DIAGAPI # enable api for athregs Modified: head/tools/tools/nanobsd/gateworks/G2358 ============================================================================== --- head/tools/tools/nanobsd/gateworks/G2358 Mon Apr 13 21:01:08 2009 (r191022) +++ head/tools/tools/nanobsd/gateworks/G2358 Mon Apr 13 21:03:21 2009 (r191023) @@ -103,7 +103,6 @@ device ath # Atheros pci/cardbus NIC's device ath_rate_sample # SampleRate tx rate control for ath options ATH_DEBUG # enable athdebug msgs options ATH_DIAGAPI # enable api for athregs -options ATH_SUPPORT_TDMA device ath_hal # Atheros HAL (includes binary component) options AH_DEBUG