From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 21:49:51 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DAE16A4CE for ; Fri, 15 Oct 2004 21:49:51 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2218443D41 for ; Fri, 15 Oct 2004 21:49:51 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id i9FLnmWi016904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Oct 2004 14:49:50 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <41704795.6070603@errno.com> Date: Fri, 15 Oct 2004 14:56:37 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041009) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Hay References: <416DF63E.6000401@errno.com> <20041015132512.GA95147@zibbi.icomtek.csir.co.za> <416FE900.7030809@errno.com> <20041015152337.GA98631@zibbi.icomtek.csir.co.za> <416FEDFB.1060908@errno.com> <20041015172105.GA2560@zibbi.icomtek.csir.co.za> In-Reply-To: <20041015172105.GA2560@zibbi.icomtek.csir.co.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: net80211+atheros changes (updated) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 21:49:51 -0000 John Hay wrote: > On Fri, Oct 15, 2004 at 08:34:19AM -0700, Sam Leffler wrote: > >>John Hay wrote: >> >>>Hi Sam, >>> >>> >>>>>>http://www.freebsd.org/~sam/net80211+ath-20041013.tgz has an updated >>>>>>backport of the work I've done in Linux. >>>>>> >>>>>>cd /usr/src >>>>>>tar zxf net80211+ath-20041013.tgz >>>>>>sh doit >>>> >>>>Look in sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu for the version. >>>>If things don't match up then you've got something out of sync. >>> >>> >>>#################### >>>tar -xzf net80211+ath-20041013.tgz >>>tar -xzf ath_hal-20041013.tgz >>>fgrep 0.9. ath_hal-20041013/version.h >>>#define ATH_HAL_VERSION "0.9.12.13" >>>cat ath_hal-20041013/freebsd/i386-elf.hal.o.uu | uudecode -p | strings | >>>fgrep 0.9. >>>0.9.12.6 >>>##################### >>> >> >>more ath_hal-20041013/freebsd/i386-elf.hal.o.uu > > > That have: > #define ATH_HAL_VERSION "0.9.12.6" Let's try this again: http://people.freebsd.org/~sam/net80211+ath-20041015.tgz This applys cleanly to -current as of last night, builds, and boots. Beware of applying this over old patches as patch -N doesn't always seem to do the right thing with the new files. I tested against a clean cvs co. Sam