From owner-freebsd-current@FreeBSD.ORG Fri Mar 11 18:33:09 2005 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 0DA4216A4CE for ; Fri, 11 Mar 2005 18:33:09 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id A045C43D1F for ; Fri, 11 Mar 2005 18:33:08 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j2BITnxi017469; Fri, 11 Mar 2005 10:30:39 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id j2BITn2h094683; Fri, 11 Mar 2005 10:29:49 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id j2BITm9x094682; Fri, 11 Mar 2005 10:29:48 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200503111829.j2BITm9x094682@realtime.exit.com> In-Reply-To: <4231C99C.1010407@centtech.com> To: Eric Anderson Date: Fri, 11 Mar 2005 10:29:48 -0800 (PST) X-Copyright0: Copyright 2005 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: Sam Leffler cc: FreeBSD Current Subject: Re: [Fwd: cvs commit: src/sys/modules Makefile src/sys/conf files src/sys/modules/ath_rate_sample Makefile src/sys/i386/conf NOTES] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 18:33:09 -0000 Eric Anderson wrote: > Hmm - this was working this morning before I updated, with a -CURRENT as of last week, and I didn't notice anything in /usr/src/UPDATING. So what I should have is: > > ath_load="YES" > ath_hal_load="YES" > ath_rate_load="YES" I just have if_ath_load="YES" in my /boot/loader.conf. That picks up everything. > I guess what I missed (and just noticed), is that there are not individual modules for each rate algorithm now, one module (named ath_rate) that is the algorithm of whatever is built. It has been this way for some time, actually. > > You want to go to sys/modules/ath_rate_{amrr|onoe|sample} and do a 'make > > install'. > I did that already - but why doesn't a 'make installkernel ...' not accomplish that? (forgive my ignorance) It does. It installs ath_rate.ko for each of amrr, onoe and (now) sample. Obviously, the last one in wins. You'll have to ask Sam about what shortcoming of the FreeBSD module system leads to this. > > Hmm. Is ath_rate_sample linked properly? > How can I help you determine that? (is readelf -a output what you want?) Already fixed; read your -current email. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/