From owner-freebsd-current@FreeBSD.ORG Wed Jul 27 06:04:58 2005 Return-Path: X-Original-To: current@freebsd.org 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 6CBEA16A41F for ; Wed, 27 Jul 2005 06:04:58 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1260543D49 for ; Wed, 27 Jul 2005 06:04:58 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.94] ([66.127.85.94]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6R64Kms070359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jul 2005 23:04:37 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42E72409.4090502@errno.com> Date: Tue, 26 Jul 2005 23:04:57 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Hay References: <20050727054338.GA65081@zibbi.meraka.csir.co.za> In-Reply-To: <20050727054338.GA65081@zibbi.meraka.csir.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: only one ath_rate* kld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 27 Jul 2005 06:04:58 -0000 John Hay wrote: > Hi, > > I noticed that all the modules/ath_rate* Makefiles use one name for > the kld, which means only the last one will exist in your kernel > directory. I wanted to experiment with the different rate klds to > see what works best in our environment. At the end I use this patch > and then just load the one I want to use in loader.conf. > > John Yes, it's intentional and a hack. Regardless nooe in their right mind would run anything but ath_rate_sample. Sam