From owner-svn-src-head@FreeBSD.ORG Wed Dec 2 21:22:10 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 E9568106568F; Wed, 2 Dec 2009 21:22:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D56458FC17; Wed, 2 Dec 2009 21:22:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nB2LMAtm013570; Wed, 2 Dec 2009 21:22:10 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nB2LMAab013567; Wed, 2 Dec 2009 21:22:10 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200912022122.nB2LMAab013567@svn.freebsd.org> From: Andrew Thompson Date: Wed, 2 Dec 2009 21:22:10 +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: r200046 - in head/sys: i386/conf pc98/conf 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: Wed, 02 Dec 2009 21:22:11 -0000 Author: thompsa Date: Wed Dec 2 21:22:10 2009 New Revision: 200046 URL: http://svn.freebsd.org/changeset/base/200046 Log: Fix cut'n paste on the AR9280 entry. Submitted by: pluknet Modified: head/sys/i386/conf/NOTES head/sys/pc98/conf/NOTES Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Wed Dec 2 20:24:37 2009 (r200045) +++ head/sys/i386/conf/NOTES Wed Dec 2 21:22:10 2009 (r200046) @@ -579,7 +579,7 @@ device ath_hal # pci/cardbus chip supp #device ath_ar5416 # AR5416 chips options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors #device ath_ar9160 # AR9160 chips -#device ath_ar9280 # AR9160 chips +#device ath_ar9280 # AR9280 chips device ath_rate_sample # SampleRate tx rate control for ath device ce device cp Modified: head/sys/pc98/conf/NOTES ============================================================================== --- head/sys/pc98/conf/NOTES Wed Dec 2 20:24:37 2009 (r200045) +++ head/sys/pc98/conf/NOTES Wed Dec 2 21:22:10 2009 (r200046) @@ -433,7 +433,7 @@ device ath_hal # pci/cardbus chip supp #device ath_ar5416 # AR5416 chips options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors #device ath_ar9160 # AR9160 chips -#device ath_ar9280 # AR9160 chips +#device ath_ar9280 # AR9280 chips device ath_rate_sample # SampleRate tx rate control for ath #